Fix for new server

Paul Wagener 10 years ago
parent 4e5080fcab
commit 16957cbfd1
  1. 4
      securityquiz/settings.py

@ -29,7 +29,7 @@ if 'runserver' in sys.argv:
DEBUG = True DEBUG = True
TEMPLATE_DEBUG = True TEMPLATE_DEBUG = True
ALLOWED_HOSTS = ['security.aardappelschilmesje.nl'] ALLOWED_HOSTS = ['sec1.aii.avans.nl']
# Application definition # Application definition
@ -95,7 +95,7 @@ MEDIA_ROOT = PROJECT_PATH + '/media/'
# Additional locations of static files # Additional locations of static files
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
PROJECT_PATH + '/templates' PROJECT_PATH + '/templates',
) )
STATICFILES_DIRS = ( STATICFILES_DIRS = (

Loading…
Cancel
Save