Merge "Fixed small issue with new names."

This commit is contained in:
Timur Nurlygayanov 2013-04-08 12:44:26 +04:00 committed by Gerrit Code Review
commit afb0c40c94
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ import os
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tabula.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "glazierdashboard.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)