diff --git a/repoapi/settings/common.py b/repoapi/settings/common.py index 0aa8faf..703a7d2 100644 --- a/repoapi/settings/common.py +++ b/repoapi/settings/common.py @@ -163,7 +163,7 @@ LOGGING = { } JENKINS_TOKEN = "sipwise_jenkins_ci" - +CRISPY_TEMPLATE_PACK = "bootstrap3" CELERY_TASK_SERIALIZER = "json" CELERY_RESULT_SERIALIZER = "json" CELERY_ACCEPT_CONTENT = ["application/json"] diff --git a/requirements/common.txt b/requirements/common.txt index 6eedd20..a409438 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -4,7 +4,7 @@ django-appconf django-assets django-celery-beat django-celery-results -django-crispy-forms +django-crispy-forms==2.* django-extensions django-filter django-import-export