Skip to content

LN-Fatea/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Hospital Management

HOW TO RUN THIS PROJECT

  • Install Python(3.7.6) (Do not Forget to Add to Path after or while installing Python).
  • Note: Do not use Python(3.14 or above). If your enviroment is already 3.14, create a 3.12 virtual environment.
  • If you have trouble installing Python Environment, check out tutorials online.
  • Open Terminal and Execute Following Commands:
pip install django==3.0.5
pip install django-widget-tweaks
pip install xhtml2pdf
  • Download This Project Zip Folder and Extract it.
  • Move to project folder in Terminal. Then run following Commands:
py manage.py makemigrations
py manage.py migrate
py manage.py runserver
  • Enter following URL in Your Browser
http://127.0.0.1:8000/

CHANGES REQUIRED FOR CONTACT US PAGE

  • In settins.py file, You are able to give your email and password
EMAIL_HOST_USER = 'youremail@gmail.com'
EMAIL_HOST_PASSWORD = 'your email password'
EMAIL_RECEIVING_USER = 'youremail@gmail.com'
  • Login to gmail through host email id in your browser and open following link and turn it on
https://myaccount.google.com/lesssecureapps

Feedback

Any suggestion and feedback is welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published