Skip to content

SoheilKhodayari/CHMS_SYSTEM

Repository files navigation

Introduction
CHMS stands for comprehensive hospital management system and
is developed as an exercise for IUST System Design And Analysis Course

Quick Setup

Prerequisites:
all requirements are listed in the requirements.txt .
just run the following command on console :
pip install -r /path/to/requirements.txt

Database Creation :
you can whether use django’s default Sqlite or MySQl . The desired database can be set easily in CHMS/settings.py
at “DATABASES” part by using using one of the setting provided there .
Note that currently , settings for the Sqlite database is commented out and so the MySql database is used as the default
database. However you can change it to your desired way by commenting out each one of them.

In Case of Sqlite:
Python manage.py syncdb
In Case of MySQL:
Python manage.py migrate
Python manage.py createsuperuser

Finally Run The Server:
Python manage.py runserver

About

An integrated hospital management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published