This commit is contained in:
parent
392d61fc2e
commit
522b88ca30
|
|
@ -31,7 +31,8 @@ SESSION_COOKIE_AGE = 8*60*60
|
|||
CHANNELS_PRESENCE_MAX_AGE = 30
|
||||
|
||||
# FOR SUMMERNOTE ORIGIN
|
||||
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
# X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
X_FRAME_OPTIONS = 'ALLOWALL'
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
from django.conf import settings
|
||||
settings.configure()
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
from users.models import Profile,Agency
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue