Skip to content

Commit

Permalink
Getting the hang of branching
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Papathanasiou committed Nov 22, 2013
1 parent fd66e65 commit 376b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


if __name__ == "__main__":
# altered for new settings layout
# altered for new settings layout
if not any([arg.startswith('--settings=') for arg in sys.argv]):
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "formhub.preset.default_settings")
print('Your environment is:"{}"'.format(os.environ['DJANGO_SETTINGS_MODULE']))
Expand Down

0 comments on commit 376b6c9

Please sign in to comment.