Self Project on Blood Bank Managament System
- git clone
- In the project directory run
pip install django
- Download the required dependencies
pip install -r requirements.txt
- To run the pipenv shell
pipenv shell
- To deploy the project
cd src
python manage.py runserver PORT (default 8000)
- If getting error of
bycrpyt not found
use commandpip3 install py-bycrypt
- To create a superuser to access django backend server
cd src
python manage.py createsuperuser