spacepaste

  1.  
  2. INSTALLED_APPS = get_setting('INSTALLED_APPS')
  3. INSTALLED_APPS = ('attendance',) + INSTALLED_APPS
  4. INSTALLED_APPS += (
  5. 'django.contrib.gis',
  6. 'tendenci.apps.committees',
  7. 'tendenci.apps.case_studies',
  8. 'tendenci.apps.donations',
  9. 'tendenci.apps.speakers',
  10. 'tendenci.apps.staff',
  11. 'tendenci.apps.studygroups',
  12. 'tendenci.apps.videos',
  13. 'tendenci.apps.testimonials',
  14. 'tendenci.apps.social_services',
  15. # -- explorer block --
  16. 'tendenci.apps.explorer_extensions',
  17. 'explorer',
  18. # -- end of explorer block --
  19. # --helpdesk --
  20. #'markdown_deux',
  21. #'bootstrapform',
  22. #'tendenci.apps.helpdesk',
  23. # -- end of helpdesk
  24. 'tendenci_helios',
  25. 'mama_cas',
  26. 'mptt',
  27. 'threaded_post',
  28. 'tendenci_overrides',
  29. )
  30.