Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. create and activate venv with CSB packages; install packages if needed (if you installed these outside of a venv during the course you don't need to do this part)
python -m venv venv
source venv/bin/activate
python3 -m pip install django requests
  1. enter the directory with manage.py
  2. run python manage.py makemigrations pages
  3. run python manage.py migrate
  4. run python manage.py runserver
  5. go to http://localhost:8080/

About

insecure diary web app for csb

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages