freebsd-ports/www/py-django-datetime-widget/pkg-message
William Grzybowski 9021e479e9 www/py-django-datetime-widget
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
2014-08-01 22:04:07 +00:00

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>