Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Settings

Django 1.4.1 Error Loading Mysqldb Module When Attempting 'python Manage.py Shell'

I am trying to set up MySQL, and can't seem to be able to enter the Django manage.py shell inte… Read more Django 1.4.1 Error Loading Mysqldb Module When Attempting 'python Manage.py Shell'

STATICFILES On Django 1.6.2

This is my settings.py STATIC_URL = '/static/' TEMPLATE_DIRS = ( os.path.join(BASE_DIR… Read more STATICFILES On Django 1.6.2