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. 'blog',
  20. # --helpdesk --
  21. #'markdown_deux',
  22.