Skip to content

Files

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

QuickTA Backend

To initialize the virtual environment:

source env/bin/activate

To start the django server:

Start the following script in the quickTA directory: ./manage.py runserver

To make migrations

./manage.py makemigrations

To migrate files

./manage.py migrate