We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec713 commit 4947f64Copy full SHA for 4947f64
.gitignore
@@ -1,5 +1,6 @@
1
# Python
2
Pipfile.lock
3
+__pycache__/
4
5
# Project specific
6
db.sqlite3
qlab/settings/__init__.py
@@ -77,6 +77,8 @@
77
78
AUTH_USER_MODEL = 'base.User'
79
80
+CSRF_TRUSTED_ORIGINS = ['https://qlab.sites.tjhsst.edu']
81
+
82
LOGIN_REDIRECT_URL = reverse_lazy("base:index")
83
84
LOGOUT_REDIRECT_URL = reverse_lazy("base:index")
0 commit comments