This is a Django project for time-table management for lecture ,and viewing the task on the calendar, a simple task/lecture adding , removing,updating django app
-
Install Django using pip:
pip install django
-
Clone the repository:
git clone https://github.com/yash3004/calendar-django.git
-
Make migrations to initialize the database schema:
python manage.py makemigrations
-
Apply migrations to create database tables:
python manage.py migrate
To run the Django server locally:
python manage.py runserver