Skip to content

codewitgabi/django_quiz_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Before running the project, ensure you have django installed on your machine if you haven't

pip install -r requirements.txt

After installation;

python manage.py makemigrations

to add all tables in the models.py file

python manage.py migrate

to migrate to database

python manage.py createsuperuser

creates a super user for you to control apps activities.

finally;

python manage.py runserver

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •