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
Close
Hashes for django-bootstrap-calendar-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88d514f57555c06cd2c4f6d99bd71df6aa0028d16692a99eaebc12eb60e3277a |
|
MD5 | cfb38e9a0c338930d7963a61b9505b33 |
|
BLAKE2b-256 | 064cf22c6ee9e1ddc28843daaf2dda84769bd683230c9a2c14c9eb80bd122b32 |