Skip to content

CCA-WDCT/festcms2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

festcms2.0

This is a fest management system backend made on Django for Aarohan 2020.

To run on your local machine :

  1. mkdir arhn
  2. python3 -m venv venv
  3. source venv/bin/activate
  4. git clone https://github.com/arhnnitdgp/festcms.git
  5. cd festcms2
  6. python manage.py migrate
  7. cp .env.example .env and fill the secret key and debug values in .env
  8. python manage.py runserver

Its running now on https://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.5%
  • HTML 14.5%
  • JavaScript 7.3%
  • Python 1.7%