diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index bbf005ddea..d3013a541f 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -76,4 +76,6 @@ INSTALLED_APPS = ( 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', + # Uncomment the next line to enable the admin: + # 'django.contrib.admin', )