Skip to content

Kage18/Stadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install requirements for the project by running the command:

pip install -r requirements.txt

To run the project do the following:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

To Run API tests:

python manage.py test

Releases

No releases published

Packages

No packages published