Skip to content

ChicoState/true-safeguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

True Safeguard

Basic Django project setup for the True Safeguard website.

Quick start

  1. Create and activate the virtual environment:
  • Linux/macOS:
    • python3 -m venv .venv
    • source .venv/bin/activate
  1. Install dependencies:
  • pip install django
  1. Run migrations and start the server:
  • python manage.py migrate
  • python manage.py runserver

Open http://127.0.0.1:8000/ to see the home page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •