Skip to content

Jorgecuenca1/django-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published