Skip to content

swarupyeole11/Calendary-WebCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

DJANGO CALENDAR

About Our Project :

We have created an event calendar using Django, Html, CSS, JavaScript.

The functionalities of our calendar are:

  1. Adding an Event with specific time

  2. Recieving mail as a form of notifiction

  3. Viewing of yearly calendar

Project Demo_Images:

image

Screenshot (307)

Screenshot (308)

Screenshot (309)

Screenshot (310)

image

How To Setup

conda create --name Env_name django
activate Env_name
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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published