An ERP software for Institutes and Colleges.
- Select
Data Import
& ImportDB_Export.sql
from My SQL workbench
- Select
Import form self contained file
& click onStart import
- Click on administration,then User and Privileges and then Create New User
- Use Usrename :
dba
& Password :dba@django
- Assign DBA Role to the user
- Clone this repository 💥
git clone https://github.com/YashPatel1311/Institute_erp.git
- Install
requirements.txt
🎉
pip install -r requirements.txt
- Go to
Institute_erp
directory
cd Institute_erp
- Run this command
python manage.py makemigrations
python manage.py migrate
- Strat your server 🚀
python manage.py runserver
- Now open your browser & open this URL
127.0.0.1:8000
LogIn Page :
![]()