cinlist
1.0.0
How to Contribute ? : _Check out Existing issues / create new / wait till a issue is created

Method:1 Using Poetry
pip install poetrypoetry installMethod: 2 Using pip
pip install -r requirements.txtMethod: 1 Gunicorn
gunicorn config.wsgiMethod: 2 Django Development Server
python manage.py runserver