Skip to content

A simple django app for scheduling events with a monthly view

Notifications You must be signed in to change notification settings

Abha2001/django-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Calendar

Installing and running

pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Head over to http:localhost:8000/admin and sign in with your admin credential (defined above).

About

A simple django app for scheduling events with a monthly view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.7%
  • HTML 22.3%