Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 459 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 459 Bytes

Django-Exam-Registration-Site

Clone the Repo

Unzip it

pip install pipenv

pipenv shell

pipenv install

cd exam

file structure will be like

Exam

  |--exam
  |--accounts
  |--register
  |--static
  |--templates
  |--manage.py
  |--db.sqlite3

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

http://127.0.0.1:8000/admin

Add exam in Exam table