Skip to content

yash3004/calendar-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project

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

Installation

  1. Install Django using pip:

    pip install django
  2. Clone the repository:

    git clone https://github.com/yash3004/calendar-django.git

Initialization

  1. Make migrations to initialize the database schema:

    python manage.py makemigrations
  2. Apply migrations to create database tables:

    python manage.py migrate

Running the Server

To run the Django server locally:

python manage.py runserver

About

django-based calendar app for booking lectures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published