Created
October 18, 2011 19:02
-
-
Save Gunio/1296354 to your computer and use it in GitHub Desktop.
Django Installed Apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSTALLED_APPS = ( | |
'django.contrib.auth', | |
'django.contrib.contenttypes', | |
'django.contrib.sessions', | |
'django.contrib.sites', | |
'django.contrib.messages', | |
# Uncomment the next line to enable the admin: | |
# 'django.contrib.admin', | |
# Uncomment the next line to enable admin documentation: | |
# 'django.contrib.admindocs', | |
'UppercaseMaker.upper', | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment