Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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>
|
|
|