Skip to content

Commit

Permalink
Merge pull request #22 from unlimitedlabs/fix_registration
Browse files Browse the repository at this point in the history
Re-ordered installed apps so the orchestra registration templates get used correctly.
  • Loading branch information
thisisdhaas committed Sep 24, 2015
2 parents bf8936b + 6077efe commit b646500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_project/example_project/orchestra_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def setup_orchestra(settings_module_name):
settings.INSTALLED_APPS += (
'compressor',
'django_object_actions',
'registration',
'orchestra',
'beanstalk_dispatch',
'registration',
)

settings.STATICFILES_FINDERS += (
Expand Down

0 comments on commit b646500

Please sign in to comment.