Skip to content

BhuvanSuresh/StadustWebsite

 
 

Repository files navigation

Stadust Official website

Official website of S.T.A.R.D.U.ST

For Backend

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

to reactivate the env: on windows: activate your_env_name

About

Official website of stardust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.7%
  • CSS 39.9%
  • Python 3.9%
  • HTML 3.5%