Blood-Bank-Management-System

Developed By Francis Njoroge

Instructions

  • Install the Requirements: pip install -r requirements.txt
  • Then, make database migrations: python manage.py makemigrations
  • python manage.py migrate
  • And finally, run the application: python manage.py runserver

For Admin Account, please create one with superuser!