Skip to content

quagsirus/catpowered.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catpowered.net

Running locally (without docker)

  1. Create secrets/django.yml and populate it based on the template (django.template.yml)
  2. Set the environment variable DJANGO_SECRET_FILE accordingly
$ export DJANGO_SECRET_FILE=../secrets/django.yml

3a. Setup a python virtual environment

$ cd django
$ python3 -m venv venv
$ source venv/bin/activate

3b. Install python dependencies

$ python3 -m pip install -r requirements.txt
  1. Setup the sqlite database
$ python3 manage.py migrate
  1. Run the webserver
$ DJANGO_DEBUG=true python3 manage.py runserver
  1. Navigate to localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published