{ "info": { "author": "Marcin Spoczynski", "author_email": "marcin@spoczynski.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=============================\ndjango-bootstrap-calendar\n=============================\n\nsimple calendar based on the bootstrap calendar from http://bootstrap-calendar.azurewebsites.net/\n\n.. image:: https://raw.github.com/sandlbn/django-bootstrap-calendar/master/screenshot.png\n\nRequirements\n------------\n\n- Python 2.6, 2.7\n- Django (1.4.3+)\n- jsmin (2.0.3+)\n\nInstalation\n----------\n\nDjango:\n\nsettings.py::\n\n INSTALLED_APPS = (\n ...\n 'django_bootstrap_calendar',\n ...\n )\n\nurls.py::\n\n urlpatterns = patterns('',\n ...\n (r'^calendar/', include('django_bootstrap_calendar.urls')),\n ...\n )\n\nLoad templatetags::\n\n {% load bootstrap_calendar %}\n\nIn your template file::\n\n Calendar controls :\n\n {% bootstrap_controls 'optional-css-classes' %}\n \n Calendar:\n\n {% bootstrap_calendar 'optional-css-classes' %}\n\nIn your base.html file css section::\n\n {% bootstrap_calendar_css %}\n\nIn your base.html file javascript section::\n\n {% bootstrap_calendar_js language=\"lang-code\" %} \n {% bootstrap_calendar_init language=\"lang-code\" %} \n\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2013-08-15)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sandlbn/django_bootstrap_calendar", "keywords": "django_bootstrap_calendar", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-bootstrap-calendar", "package_url": "https://pypi.org/project/django-bootstrap-calendar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrap-calendar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sandlbn/django_bootstrap_calendar" }, "release_url": "https://pypi.org/project/django-bootstrap-calendar/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "simple calendar based on the calendar of http://bootstrap-calendar.azurewebsites.net/", "version": "0.1.1" }, "last_serial": 2283950, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cfb38e9a0c338930d7963a61b9505b33", "sha256": "88d514f57555c06cd2c4f6d99bd71df6aa0028d16692a99eaebc12eb60e3277a" }, "downloads": -1, "filename": "django-bootstrap-calendar-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cfb38e9a0c338930d7963a61b9505b33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 251784, "upload_time": "2016-08-09T10:36:50", "url": "https://files.pythonhosted.org/packages/06/4c/f22c6ee9e1ddc28843daaf2dda84769bd683230c9a2c14c9eb80bd122b32/django-bootstrap-calendar-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "45313a84e3c34de9e2ca02012b20e733", "sha256": "c910bea6917566c2a1472d3ad0b589f970c7d72672be57cefb9f391834782931" }, "downloads": -1, "filename": "django-bootstrap-calendar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "45313a84e3c34de9e2ca02012b20e733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252244, "upload_time": "2016-08-16T10:17:01", "url": "https://files.pythonhosted.org/packages/47/b8/9d1c17ab796e37d9e05e96c2e10a3fe2152c68234f643413ad74e5637e33/django-bootstrap-calendar-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45313a84e3c34de9e2ca02012b20e733", "sha256": "c910bea6917566c2a1472d3ad0b589f970c7d72672be57cefb9f391834782931" }, "downloads": -1, "filename": "django-bootstrap-calendar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "45313a84e3c34de9e2ca02012b20e733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252244, "upload_time": "2016-08-16T10:17:01", "url": "https://files.pythonhosted.org/packages/47/b8/9d1c17ab796e37d9e05e96c2e10a3fe2152c68234f643413ad74e5637e33/django-bootstrap-calendar-0.1.1.tar.gz" } ] }