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

Add django bootstrap date picker dependency

parent cc370cbf
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ INSTALLED_APPS = [
'rest_framework',
'simple_history',
'registration',
'bootstrap_datepicker_plus',
]
MIDDLEWARE = [
......
......@@ -7,4 +7,5 @@ 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
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