How to Contribute ? : _Check out Existing issues / create new / wait till a issue is created
Method:1 Using Poetry
pip install poetry
poetry install
Method: 2 Using pip
pip install -r requirements.txt
Method: 1 Gunicorn
gunicorn config.wsgi
Method: 2 Django Development Server
python manage.py runserver