Skip to content

H0R4T1U/Nebula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula

My personal website that you can see on https://horatiubanciu.tech/

How To Run

  • cd into root directory
  • Type: pip install -r ./requirements.txt
  • add the necessary environment variables
    • To run in Development mode set the DEVELOPMENT_MODE environment variable to TRUE
  • Type: python manage.py runserver
  • Go to: http:https://localhost:8000