You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Florian Sorg b50dcdf02f add jetbrains .idea folder 2 years ago
.idea add jetbrains .idea folder 2 years ago
assets Use kontakt font (Maven Pro) 3 years ago
shiftregister Fix margin around buttons 2 years ago
storage Store 'celerybeat-schedule' in a subdirectory 3 years ago
.dockerignore Add Dockerfile-dev to .dockerignore 2 years ago
.gitignore Initial commit 3 years ago
Dockerfile Update base image alpine version to 3.17 2 years ago
Dockerfile-dev Extend docker-compose.yml to provide a complete dev setup 2 years ago
LICENSE Add LICENSE 3 years ago
README.md document project setup 2 years ago
docker-compose.yml Extend docker-compose.yml to provide a complete dev setup 2 years ago
entrypoint.sh move html import into subcommand 3 years ago
manage.py implement description for rooms, format descriptions on shift detail page 3 years ago
requirements.txt Merge 'redirects' app into 'pages' 2 years ago

README.md

shiftregister

kontakt logo with its left half rotated 180 degrees, resembling the left shift operator

project setup

  • make sure python 3.11 or 3.10 is installed
  • install python-psycopg2 system wide
  • python -m venv env
  • . env/bin/activate
  • comment out librabbitmq in requirements.txt when using python 3.11
  • pip install -r requirements.txt
  • ./manage.py migrate
  • ./manage.py startserver