Skip to content

Instantly share code, notes, and snippets.

@bogsio
Last active December 29, 2015 09:09
Show Gist options
  • Save bogsio/7648830 to your computer and use it in GitHub Desktop.
Save bogsio/7648830 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'south',
'tastypie',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment