Skip to content

yaminijha1/event-calendar

 
 

Repository files navigation

Event Calendar in Django

https://www.youtube.com/watch?v=HvnPeeLEVq0&t=0s

Demo

image

How To Setup

git clone https://github.com/sajib1066/event-calendar.git
cd event-calendar
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • CSS 32.0%
  • HTML 2.5%
  • Python 1.8%