Skip to content

Commit

Permalink
update order of INSTALLED_APPS addresses: #1353
Browse files Browse the repository at this point in the history
  • Loading branch information
scottx611x committed Jan 12, 2017
1 parent dbc0f4a commit 1449939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions refinery/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,12 @@ def get_setting(name, settings=local_settings):
# due to an auth.post_migrate signal depending on a
# django.contrib.contenttypes.post_migrate signal being run prior
INSTALLED_APPS = (
'registration',
'core',
'django.contrib.contenttypes',
'data_set_manager',
'guardian',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
Expand All @@ -196,18 +199,15 @@ def get_setting(name, settings=local_settings):
'djcelery', # django-celery
# NG: added for API
"tastypie",
'guardian',
'djangular',
'galaxy_connector',
'analysis_manager',
'workflow_manager',
'file_store',
'file_server',
'visualization_manager',
'data_set_manager',
'annotation_server',
'selenium_testing',
'registration',
'flatblocks',
'chunked_upload',
'rest_framework',
Expand Down

0 comments on commit 1449939

Please sign in to comment.