Skip to content

shanathvemula/django_eventcalender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-eventcalender

How To Setup

  1. Clone This Project https://github.com/shanathvemula/django_eventcalender.git
  2. Go to Project Directory cd django-eventcalender
  3. Create a Virtual Environment python3 -m venv env
  4. Activate Virtual Environment source env/bin/activate
  5. Install Requirements Package pip install -r requirements.txt
  6. Create Migration python manage.py makemigrations
  7. Migrate Database python manage.py migrate
  8. Create Super User python manage.py createsuperuser
  9. Finally Run The Project python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages