Welcome to Django Bootstrap3 Multidatepicker’s documentation!¶
Contents:
About¶
A datepicker that supports the selection of multiple dates for Django, using Bootstrap Twitter.
The aim of this package is to provide widgets and form fields for Django that use bootstrap-datepicker. There are some packages that already try to do this, however I’ve never found one with working multidate support. The package’s homepage can be found here on GitHub.
I’ll slightly follow the package as provide here. This package supports single date selection, mine will cover multidate selection. Because that’s not so much change I’ll actually copy a lot from this code base.
License¶
Django Bootstrap3 Multidatepicker (and this documentation) is licensed under the Apache License, Version 2.0:
Copyright 2016 Fabian Wenzelmann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
There are some libraries used by this project, see here for library license information.
Installation¶
The project is still not yet in a state ready for deployment. I’m planning to upload the current version to pypi.
You need the following:
- python3 (tested with python 3.4.3)
- django (tested with 1.9.2)
- django-bootstrap3
Notice¶
This package does what I want for a specific purpose, if you have any suggestions contact me! This package is still in an early beta.
Credits¶
I’ve used some libraries and I wish to thank the people who wrote them!
- Of course the Django developers
- bootstrap3_datepicker - thanks for the inspiration
- Django Bootstrap3 Datepicker
- All the people I’ve forgotten :)