Skip to content

letsdiscodev/example-django-site

Repository files navigation

Example disco Django Site

See the documentation here


how to run locally

first time

  • make a copy of the .env.example file and call the copy .env
  • fill out the DJANGO_SECRET_KEY value in .env with a random secret-ish string
  • then, run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate

every time

source venv/bin/activate
python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published