Skip to content

RaviKumar7870/sms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

Available Scripts

  1. First fork this repo and then Clone it
  2. Run cd sms - to move into the directory
  3. Install virtualenv using command - pip install virtualenv
  4. Now activate the virtual environment using command - virtualenv env
  5. Now activate the virtual env using command - .\env\Scripts\activate . This will activate the virtual environment. For linux and Mac try - source env/bin/activate
  6. Install all requirements by - pip install -r requirements.txt.
  7. Now to migrate the models run - python manage.py migrate.
  8. Now to activate the localhost server run - python manage.py runserver
	Runs the app in the development mode.
Open (http://localhost:8000) to view it in the browser.

About

Student Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 69.7%
  • HTML 22.2%
  • Python 5.5%
  • JavaScript 2.6%