Compare commits
2 Commits
a4783bea2c
...
bb23f7f574
| Author | SHA1 | Date | |
|---|---|---|---|
| bb23f7f574 | |||
| b51bf23726 |
@@ -27,7 +27,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: web
|
||||
image: git.baumann.gr/adebaumann/labhelper:0.046
|
||||
image: git.baumann.gr/adebaumann/labhelper:0.047
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
@@ -132,6 +132,8 @@ MEDIA_ROOT = BASE_DIR / 'data' / 'media'
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
CSRF_TRUSTED_ORIGINS=["https://labhelper.adebaumann.com"]
|
||||
|
||||
LOGIN_URL = 'login'
|
||||
LOGIN_REDIRECT_URL = 'index'
|
||||
LOGOUT_REDIRECT_URL = 'login'
|
||||
|
||||
Reference in New Issue
Block a user