This commit is contained in:
holger.trampe 2021-07-27 18:00:47 +02:00
parent 392d61fc2e
commit 522b88ca30
2 changed files with 5 additions and 1 deletions

View File

@ -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/

View File

@ -1,3 +1,6 @@
from django.conf import settings
settings.configure()
from django.contrib.auth.models import User
from users.models import Profile,Agency