Skip to content

Commit eaa039a

Browse files
committed
added requirements file
1 parent 535ee0b commit eaa039a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131

132132
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
133133
AUTH_USER_MODEL = "quiz.User"
134+
CRISPY_TEMPLATE_PACK = "bootstrap4"
134135

135136
LOGIN_URL = "quiz:login"
136137
LOGOUT_REDIRECT_URL = "quiz:logout"

0 commit comments

Comments
 (0)