Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 422 Bytes

Simple Clinic-Management-System

Quick Start

Clone This Project

Install Dependencies

  • pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

  • python manage.py makemigrations
  • python manage.py migrate

Create SuperUser

  • python manage.py createsuperuser

Run Server

  • python manage.py runserver

Open a browser to http://127.0.0.1:8000/admin/ to open the admin site