Skip to content

awanshahid1119/health_center-management

Repository files navigation

Health Booklet digitalization

Instructions to run the software

  1. First Clone the repository in your local machine 2.Open terminal in directory in which you have downloaded the code.
  2. Run the following Code to download the dependencies: $ pip install -r requirement.txt
  3. Now to make database migrations run: $ python3 manage.py makemigrations
  4. Then run command $ python3 manage.py migrate
  5. Now to run the website run : $ python3 manage.py runserver
  6. now in your browser enter the following url to access website: "http://127.0.0.1:8000/"

You can create all users but Admin is fixed choose below credentials to access the Admin: admin ID: Admin admin Password: Admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published