Skip to content

amandal0903/Blood-Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guidelines for Running codes

Install the following dependencies [in linux] for running the project . First go the directory where project is extracted. i.e BloodBank/

On executing

Installation

  1. Install python virtual environment
python -m pip install --user virtualenv
  1. Go to the directory where project is saved and create a new virtual environment new_v using the following command:
python3 -m venv new_v
  1. Activate the virtual environment
source new_v/bin/activate

4.Install django and django-crispy-forms

pip install django
pip install django-crispy-forms
  1. Execute the following command to run the server:
python manage.py runserver
  1. Open the following address in your browser
http://127.0.0.1:8000/

About

Software Lab Term Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors