9021e479e9
Django-datetime-widget is a simple and clean widget for DateTimeField. It's based on bootstrap-datepicker by Stefan Petre. WWW: https://pypi.python.org/pypi/django-datetime-widget PR: 191059 Submitted by: melvyn@magemana.nl
10 lines
468 B
Text
10 lines
468 B
Text
To use the widget, follow the Basic Configuration at:
|
|
|
|
https://github.com/asaglimbeni/django-datetime-widget
|
|
|
|
For step 2, you can download bootstrap and host it yourself or insert
|
|
the following lines in your pages:
|
|
|
|
<link rel="StyleSheet" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css" type="text/css />
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.min.js" type="text/javascript></script>
|
|
|