Skip to content
Snippets Groups Projects

Release

Merged jan.bednarik requested to merge test into main
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -35,6 +35,10 @@ ALLOWED_HOSTS = []
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
# Server
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# Application definition
INSTALLED_APPS = [
Loading