Skip to content

Commit

Permalink
Merge pull request #37 from maciejgryka/master
Browse files Browse the repository at this point in the history
added a missing dot in 'from .local_settings import *'
  • Loading branch information
olasitarska committed Jul 21, 2014
2 parents 6011757 + 58bc503 commit 2680a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Another thing we need to do is modify our website's `settings.py` file. Open `my
At the end of the `mysite/mysite/settings.py`, copy and paste this:

try:
from local_settings import *
from .local_settings import *
except:
pass

Expand Down

0 comments on commit 2680a0c

Please sign in to comment.