/sms

Student Management System

Primary LanguageCSS

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.