diff options
| -rw-r--r-- | django/conf/project_template/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 96b982f99a..361a36b36b 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -83,4 +83,6 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', + # Uncomment the next line to enable the admin: + # 'django.contrib.admin', ) |
