INSTALLED_APPS = get_setting('INSTALLED_APPS') INSTALLED_APPS = ('attendance',) + INSTALLED_APPS INSTALLED_APPS += ( 'django.contrib.gis', 'tendenci.apps.committees', 'tendenci.apps.case_studies', 'tendenci.apps.donations', 'tendenci.apps.speakers', 'tendenci.apps.staff', 'tendenci.apps.studygroups', 'tendenci.apps.videos', 'tendenci.apps.testimonials', 'tendenci.apps.social_services', # -- explorer block -- 'tendenci.apps.explorer_extensions', 'explorer', # -- end of explorer block -- # --helpdesk -- #'markdown_deux', #'bootstrapform', #'tendenci.apps.helpdesk', # -- end of helpdesk 'tendenci_helios', 'mama_cas', 'mptt', 'threaded_post', 'tendenci_overrides', )