Skip to content

PanyalaSainathReddy/Ignus-23

Repository files navigation

Requirements:

  • Python 3.8
  • Other dependencies in Pipfile

Steps to setup locally:

  • Install pipenv for dependency management
    pip install pipenv
    
  • Use pipenv to install other dependencies from Pipfile
    pipenv install --dev
    
  • Activate the new virtual environment
    pipenv shell
    
  • Copy .env file
    cp .env.example .env
    
  • Make database migrations
    python manage.py makemigrations
    python manage.py migrate
    
  • Create a superuser
    python manage.py createsuperuser
    
  • Run development server on localhost
    python manage.py runserver :8000
    

About

Official website of Ignus'23 IIT Jodhpur

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published