Skip to content

mandyq1000/stardustWebsiteBackend

 
 

Repository files navigation

stardustWebsiteBackend

Backend for Stardust Website

create a virtual env for django: $conda create -n your_env_name

to activate: $conda activate your_env_name

then go to directory where the projects is and:

$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

About

Backend for Stardust Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.1%
  • Python 16.6%
  • HTML 13.0%
  • JavaScript 10.3%