Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 276 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 276 Bytes

stardustWebsiteBackend

Backend for Stardust Website

create a virtual env for django

then pip install Django

to run the server - python manage.py runserver

if making changes to any model make sure to run - python manage.py makemigrations then python manage.py migrate