Skip to content

Commit

Permalink
Move settings.py to settings.py.example, update .gitignore
Browse files Browse the repository at this point in the history
While requiring one additional step for users, this stops updating via git
from clobbering any configuration changes one may have made.
  • Loading branch information
fwaggle committed Apr 15, 2016
1 parent 1ebc9dd commit 38188d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Expand Up @@ -27,6 +27,9 @@ pip-log.txt
.tox
nosetests.xml

# Configuration file
settings.py

# Translations
*.mo

Expand All @@ -36,4 +39,7 @@ nosetests.xml
.pydevproject
.idea
*.pyc
env
env

# Editor backups
*~
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -66,6 +66,7 @@ pip install -r requirements.txt
3) Run and test application

```
$ cp settings.py.example settings.py
$ python runserver.py
* Running on http://0.0.0.0:5000/
* Restarting with reloader
Expand Down
File renamed without changes.

0 comments on commit 38188d2

Please sign in to comment.