Skip to content

kanika2296/bitsErpApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

College Erp Application in Django

For login : password - root

Steps to Run:

  1. Open PowerShell and mkdir bitshyd
  2. Run python -m venv venv
  3. Activate scripts by running venv\Scripts\activate
  4. pip install django
  5. pip install mysqlclient
  6. django-admin startproject bits
  7. cd bits and run python manage.py startapp erpApp copy erpApp files to this folder
  8. python manage.py inspectdb > models.py
  9. python manage.py makemigrations erpApp
  10. make migration
  11. python manage.py runserver
  12. Navigate to 127.0.0.1:8000/erp/

alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text