Projet

Général

Profil

« Précédent | Suivant » 

Révision a695c2aa

Ajouté par Thomas Noël il y a plus de 9 ans

settings.py: TEMPLATE_DIRS disabled by mistake

Voir les différences:

usr/local/univnautes/sp/sp/settings.py
113 113
# Python dotted path to the WSGI application used by Django's runserver.
114 114
WSGI_APPLICATION = 'sp.wsgi.application'
115 115

  
116
#TEMPLATE_DIRS = (
117
#    os.path.join(PROJECT_PATH, 'sp', 'templates'),
118
#)
116
TEMPLATE_DIRS = (
117
    os.path.join(PROJECT_PATH, 'sp', 'templates'),
118
)
119 119

  
120 120
INSTALLED_APPS = (
121 121
    'django.contrib.auth',

Formats disponibles : Unified diff