Summary: A Django app based off of the work of Serhioromano.
Description: a calendar using django backend to store and
- Python 3.x (specifically 3.4 but should run on any)
- Django 1.8
- pytz (if you want local time)
- jQuery 1.11
- Bootstrap 3.x
- moment.js (if you want local time)
- underscore.js
- copy repository into Django Project folder
- add BootstrapCalendar to the installed apps list in settings.py.
- add include Bootstrap urls to your project urls.py.
- start website on a localhost and check at the url you set.
- pray and/or troubleshoot.