676 B
676 B
django-calendar
Full calendar built using Django. Tutorial part i here and part ii here! :)
Usage
Clone this repo, setup virtualenv, install Django
git clone https://github.com/huiwenhw/django-calendar
cd django-calendar
virtualenv env
source env/bin/activate
pip3 install django
python3 manage.py migrate
python3 manage.py runserver
Find the app running at http://localhost:8000/calendar/!