Some consistency improvements with URL overrides.

This commit is contained in:
Kelketek Rritaa 2014-05-25 13:18:00 -05:00
parent 16bcc3c9f0
commit fbe0eab01c
7 changed files with 50 additions and 17 deletions

7
.gitignore vendored
View file

@ -26,6 +26,10 @@ __pycache__
*.restart
*.db3
# Installation-specific
game/settings.py
game/logs/*.log.*
# Installer logs
pip-log.txt
@ -41,3 +45,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
# PyCharm config
.idea