Skip to content

Commit

Permalink
move settings to example-project so they can be pruned
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed Feb 9, 2010
1 parent e0699d8 commit f37595c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include README.rst
prune example-project
File renamed without changes.
Empty file added example-project/settings.py
Empty file.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

NAME = os.path.basename(os.path.dirname(__file__))

os.environ['DJANGO_SETTINGS_MODULE'] = 'example-settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'example-project.settings'
os.environ['PYTHONPATH'] = os.path.abspath(os.path.dirname(__file__))

env.hosts = ['jbalogh.me']
Expand Down

0 comments on commit f37595c

Please sign in to comment.