forgot import os
parent
16c78485ea
commit
31ddc6a0a9
|
@ -1,4 +1,5 @@
|
|||
from regluit.settings.common import *
|
||||
import os
|
||||
|
||||
ALLOWED_HOSTS = ['.unglue.it']
|
||||
DEBUG = False
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from regluit.settings.common import *
|
||||
import os
|
||||
|
||||
ALLOWED_HOSTS = ['.unglue.it']
|
||||
DEBUG = False
|
||||
|
|
Loading…
Reference in New Issue