Skip to main content
=============================
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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bootstrap-calendar-0.1.1.tar.gz (252.2 kB view details)

Uploaded Source

File details

Details for the file django-bootstrap-calendar-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-bootstrap-calendar-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c910bea6917566c2a1472d3ad0b589f970c7d72672be57cefb9f391834782931
MD5 45313a84e3c34de9e2ca02012b20e733
BLAKE2b-256 47b89d1c17ab796e37d9e05e96c2e10a3fe2152c68234f643413ad74e5637e33

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page