2
0
Fork 0
Go to file
Luca e134aa7009 Add option to enable/disable asking users for AStA membership confirmation 2023-05-06 17:44:28 +02:00
.idea add jetbrains .idea folder 2023-05-06 17:05:42 +02:00
assets Use kontakt font (Maven Pro) 2022-05-10 11:19:42 +02:00
shiftregister Add option to enable/disable asking users for AStA membership confirmation 2023-05-06 17:44:28 +02:00
storage Store 'celerybeat-schedule' in a subdirectory 2022-04-26 17:36:08 +02:00
.dockerignore Add Dockerfile-dev to .dockerignore 2023-05-06 00:15:41 +02:00
.gitignore Initial commit 2022-04-11 02:04:11 +02:00
Dockerfile Update base image alpine version to 3.17 2023-05-06 00:08:33 +02:00
Dockerfile-dev Extend docker-compose.yml to provide a complete dev setup 2023-05-06 00:09:46 +02:00
LICENSE Add LICENSE 2022-05-10 13:21:24 +02:00
README.md document project setup 2023-05-06 17:05:12 +02:00
docker-compose.yml Extend docker-compose.yml to provide a complete dev setup 2023-05-06 00:09:46 +02:00
entrypoint.sh move html import into subcommand 2022-04-29 00:20:50 +02:00
manage.py implement description for rooms, format descriptions on shift detail page 2022-05-21 19:03:51 +02:00
requirements.txt Merge 'redirects' app into 'pages' 2023-04-21 21:29:21 +02:00

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