Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ visit https://github.com/zokis/django-bootstrap-datetimepicker

Install
-------------------------------

* Run `pip install django-bootstrap3-datetimepicker`
* Run `pip install git+https://github.com/geoanalytic/django-bootstrap3-datetimepicker
* Add `'bootstrap3_datetime'` to your `INSTALLED_APPS`


Example
--------------------------------

Expand Down Expand Up @@ -89,6 +87,7 @@ Bootstrap3 and jQuery have to be included along with `{{ form.media }}`

Release Notes
-------------------------------
* Updated to current versions of moment (2.15.0) and bootstrap-datetimepicker (4.17.42)

###### v2.3

Expand Down
Loading