Skip to content

Rohit-code14/Django-Exam-Registration-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published