fixed typo (regluit.settigns->regluit.settings)

pull/1/head
thatandromeda 2011-09-07 10:02:35 -03:00
parent d897517709
commit 3f202443f4
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ import socket
import django.core.handlers.wsgi
hostname = socket.gethostname()
os.environ['DJANGO_SETTING_MODULE'] = 'regluit.settigns_%s' % hostname
os.environ['DJANGO_SETTING_MODULE'] = 'regluit.settings_%s' % hostname
application = django.core.handlers.wsgi.WSGIHander()