forgot import os

pull/1/head
Raymond Yee 2016-11-16 17:55:37 -08:00
parent 16c78485ea
commit 31ddc6a0a9
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from regluit.settings.common import *
import os
ALLOWED_HOSTS = ['.unglue.it']
DEBUG = False

View File

@ -1,4 +1,5 @@
from regluit.settings.common import *
import os
ALLOWED_HOSTS = ['.unglue.it']
DEBUG = False