Skip to content

woolensculpture/Django-BootstrapCalendar

Repository files navigation

Django-BootstrapCalendar

Summary: A Django app based off of the work of Serhioromano.

Description: a calendar using django backend to store and

Dependencies:

  • Python 3.x (specifically 3.4 but should run on any)
  • Django 1.8
  • pytz (if you want local time)
  • included in repository:

  • jQuery 1.11
  • Bootstrap 3.x
  • moment.js (if you want local time)
  • underscore.js

Getting Started:

  1. copy repository into Django Project folder
  2. add BootstrapCalendar to the installed apps list in settings.py.
  3. add include Bootstrap urls to your project urls.py.
  4. start website on a localhost and check at the url you set.
  5. pray and/or troubleshoot.

About

A Django app based off of the work of Serhioromano.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published