mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	magic-removal: added auth, contenttypes, sessions, and sites to INSTALLED_APPS in the default settings.py template. They need to be there for django-admin.py init to run successfully.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -64,4 +64,8 @@ TEMPLATE_DIRS = ( | |||||||
| ) | ) | ||||||
|  |  | ||||||
| INSTALLED_APPS = ( | INSTALLED_APPS = ( | ||||||
|  |     'django.contrib.auth', | ||||||
|  |     'django.contrib.contenttypes', | ||||||
|  |     'django.contrib.sessions', | ||||||
|  |     'django.contrib.sites', | ||||||
| ) | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user