An blockchain inspired criminal record storage system
Go to project directory
Run the following commands
pip install virtual env
virtualenv venv_name
venv_name\scripts\Activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
enter required details
python manage.py runserver