live server update

This commit is contained in:
root 2015-02-22 17:26:45 +00:00
parent 7555ad779d
commit f9abad1722
2 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.pyc
*/media/*
*/static/*
*media/*
*static/*
*build/*
*.DS_STORE
db.*
venv*

View file

@ -19,7 +19,7 @@ import os
# if running multiple sites in the same mod_wsgi process. To fix this, use
# mod_wsgi daemon mode with each site in its own daemon process, or use
# os.environ["DJANGO_SETTINGS_MODULE"] = ".settings"
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pokeapi.config.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
# This application object is used by any WSGI server configured to use this
# file. This includes Django's development server, if the WSGI_APPLICATION