diff --git a/AKPlanning/settings.py b/AKPlanning/settings.py index 0dbfeb5c69e6e8d902aaa0179dbdde356786ff14..b6745ea1be102cacacffd7463f9762890e50c909 100644 --- a/AKPlanning/settings.py +++ b/AKPlanning/settings.py @@ -51,6 +51,7 @@ INSTALLED_APPS = [ 'rest_framework', 'simple_history', 'registration', + 'bootstrap_datepicker_plus', ] MIDDLEWARE = [ diff --git a/requirements.txt b/requirements.txt index a32a4ed15c9e82e7c6a1cffb871fe3a4b518cd0a..a7bc70278a84883d97003e19886d346402394bfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,6 @@ djangorestframework==3.12.2 django-simple-history==2.12.0 django-registration-redux==2.9 django-debug-toolbar==3.2 +django-bootstrap-datepicker-plus==3.0.5 mysqlclient==2.0.3 # for production deployment pytz==2021.1