Skip to content
Snippets Groups Projects
Commit f3422dfe authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Add django bootstrap date picker dependency

parent 37757bf1
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ INSTALLED_APPS = [ ...@@ -51,6 +51,7 @@ INSTALLED_APPS = [
'rest_framework', 'rest_framework',
'simple_history', 'simple_history',
'registration', 'registration',
'bootstrap_datepicker_plus',
] ]
MIDDLEWARE = [ MIDDLEWARE = [
......
...@@ -7,5 +7,6 @@ djangorestframework==3.12.2 ...@@ -7,5 +7,6 @@ djangorestframework==3.12.2
django-simple-history==2.12.0 django-simple-history==2.12.0
django-registration-redux==2.9 django-registration-redux==2.9
django-debug-toolbar==3.2 django-debug-toolbar==3.2
django-bootstrap-datepicker-plus==3.0.5
mysqlclient==2.0.3 # for production deployment mysqlclient==2.0.3 # for production deployment
pytz==2021.1 pytz==2021.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment