simple calendar based on the calendar of http://bootstrap-calendar.azurewebsites.net/
Project description
=============================
django-bootstrap-calendar
=============================
simple calendar based on the bootstrap calendar from http://bootstrap-calendar.azurewebsites.net/
.. image:: https://raw.github.com/sandlbn/django-bootstrap-calendar/master/screenshot.png
Requirements
------------
- Python 2.6, 2.7
- Django (1.4.3+)
- jsmin (2.0.3+)
Instalation
----------
Django:
settings.py::
INSTALLED_APPS = (
...
'django_bootstrap_calendar',
...
)
urls.py::
urlpatterns = patterns('',
...
(r'^calendar/', include('django_bootstrap_calendar.urls')),
...
)
Load templatetags::
{% load bootstrap_calendar %}
In your template file::
Calendar controls :
{% bootstrap_controls 'optional-css-classes' %}
Calendar:
{% bootstrap_calendar 'optional-css-classes' %}
In your base.html file css section::
{% bootstrap_calendar_css %}
In your base.html file javascript section::
{% bootstrap_calendar_js language="lang-code" %}
{% bootstrap_calendar_init language="lang-code" %}
History
-------
0.1.0 (2013-08-15)
++++++++++++++++++
* First release on PyPI.
django-bootstrap-calendar
=============================
simple calendar based on the bootstrap calendar from http://bootstrap-calendar.azurewebsites.net/
.. image:: https://raw.github.com/sandlbn/django-bootstrap-calendar/master/screenshot.png
Requirements
------------
- Python 2.6, 2.7
- Django (1.4.3+)
- jsmin (2.0.3+)
Instalation
----------
Django:
settings.py::
INSTALLED_APPS = (
...
'django_bootstrap_calendar',
...
)
urls.py::
urlpatterns = patterns('',
...
(r'^calendar/', include('django_bootstrap_calendar.urls')),
...
)
Load templatetags::
{% load bootstrap_calendar %}
In your template file::
Calendar controls :
{% bootstrap_controls 'optional-css-classes' %}
Calendar:
{% bootstrap_calendar 'optional-css-classes' %}
In your base.html file css section::
{% bootstrap_calendar_css %}
In your base.html file javascript section::
{% bootstrap_calendar_js language="lang-code" %}
{% bootstrap_calendar_init language="lang-code" %}
History
-------
0.1.0 (2013-08-15)
++++++++++++++++++
* First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-bootstrap-calendar-0.1.1.tar.gz
.
File metadata
- Download URL: django-bootstrap-calendar-0.1.1.tar.gz
- Upload date:
- Size: 252.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c910bea6917566c2a1472d3ad0b589f970c7d72672be57cefb9f391834782931 |
|
MD5 | 45313a84e3c34de9e2ca02012b20e733 |
|
BLAKE2b-256 | 47b89d1c17ab796e37d9e05e96c2e10a3fe2152c68234f643413ad74e5637e33 |