Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #settings.py
  2. INSTALLED_APPS = (
  3. 'django.contrib.auth',
  4. 'django.contrib.contenttypes',
  5. 'django.contrib.sessions',
  6. 'django.contrib.messages',
  7. 'django.contrib.staticfiles',
  8. 'django.contrib.humanize',
  9. 'south',
  10. 'bootcamp.activities',
  11. 'bootcamp.articles',
  12. 'bootcamp.auth',
  13. 'bootcamp.core',
  14. 'bootcamp.feeds',
  15. 'bootcamp.messages',
  16. 'bootcamp.questions',
  17. 'bootcamp.search',
  18. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement