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', )