Go to file
2018-07-30 23:23:35 -07:00
cal Add prev, next month and new, edit event functionality 2018-07-30 23:07:14 -07:00
djangocalendar Add prev, next month and new, edit event functionality 2018-07-30 23:07:14 -07:00
images Add prev, next month and new, edit event functionality 2018-07-30 23:07:14 -07:00
.gitignore Add prev, next month and new, edit event functionality 2018-07-30 23:07:14 -07:00
manage.py Initial commit, setting up project 2018-07-01 23:06:17 -07:00
README.md create README 2018-07-30 23:23:35 -07:00

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