Ticket #12675: 12675.diff
File 12675.diff, 437 bytes (added by , 15 years ago) |
---|
-
django/conf/project_template/settings.py
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 96b982f..361a36b 100644
a b INSTALLED_APPS = ( 83 83 'django.contrib.sessions', 84 84 'django.contrib.sites', 85 85 'django.contrib.messages', 86 # Uncomment the next line to enable the admin: 87 # 'django.contrib.admin', 86 88 )