A simple and minimal system for managing common activities in a College Department.
git clone git@github.com:ClusterBytes/Department-Management.git
cd project_DMS
- create a virtual enviroment guide
- activate virtual enviroment
source Venv/bin/activate
- open the project root directory and run
- pip3 install -r requirementv2.txt
For installing postgres:-
sudo apt install wget ca-certificates
sudo apt update
apt install postgresql postgresql-contrib
sudo -u postgres psql
python manage.py migrate
python manage.py makemigrations
python manage.py createsuperuser
python manage.py inspectdb
python manage.py runserver
run server in different port python manage.py runserver 9000