huiwenhw / django-calendar

Full calendar built using Django
https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html
95 stars 40 forks source link

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/!