Move settings to project repo root path.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-02-28 12:10:25 +01:00
parent de8331066b
commit 1af8ba7f21
9 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "taiga.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from django.core.management import execute_from_command_line

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"] = "taiga.settings"
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "taiga.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "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