Skip to content

shubham-y/Intelligent-Tutoring-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Tutoring System

Setup

Install Django:

pip install Django

Perform database migration:

python manage.py check
python manage.py migrate

Run Development Server

python manage.py runserver

Public endpoint is at http://localhost:8000

Admin endpoint is at http://127.0.0.1:8000/admin/

Testing

Run tests:

python manage.py test
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
..........
----------------------------------------------------------------------
Ran 10 tests in 0.025s

OK
Destroying test database for alias 'default'...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published