Find a file
2022-08-06 18:58:43 +02:00
application Added support for profile pictures 2022-08-06 18:56:39 +02:00
archive Initial commit - existing project files 2022-03-16 12:11:30 +01:00
config Updated sample config 2022-05-29 20:56:50 +02:00
docs #3 Rename pip-dependencies.txt to requirements.txt 2022-06-13 18:47:16 +02:00
lib Bump version to 12 2022-08-06 18:58:43 +02:00
logs Initial commit - existing project files 2022-03-16 12:11:30 +01:00
misc Rename example systemd service file 2022-05-29 15:31:44 +02:00
packages Add script and configure environment to install python dependencies into a project subfolder 2022-03-16 18:58:27 +01:00
static Added support for profile pictures 2022-08-06 18:56:39 +02:00
.gitignore Add script and configure environment to install python dependencies into a project subfolder 2022-03-16 18:58:27 +01:00
install-pip-dependencies.sh #3 Rename pip-dependencies.txt to requirements.txt 2022-06-13 18:47:16 +02:00
LICENSE Initial commit - existing project files 2022-03-16 12:11:30 +01:00
README.md Updated docs 2022-05-29 20:56:16 +02:00
requirements.txt #3 Rename pip-dependencies.txt to requirements.txt 2022-06-13 18:47:16 +02:00
run.sh Removed the command 'run-script' and added the command 'shell', and updated the docs and README 2022-04-18 17:00:12 +02:00

Drinks Manager (season 2)

Note: This software is tailored to my own needs. I probably won't accept feature requests, and don't recommend you to use this software if this isn't exactly what you are looking for.

Can't keep track of the number of drinks your guests drink? Now you have a web interface that really tries to make things less complicated- for you and your guests.

This (exaggeration intended) most incredible piece of software is written in Python, HTML, CSS, JS, Bash and uses Django and PostgreSQL.
You have to bring your own PostgreSQL Database though.

Setup, Installation, Updating and Dependencies

You can find the latest releases here, but you should consider using Git to easily switch between versions.
For more information see Setup.

Configuration

see Configuration

Usage

After setup, run ./run.sh help to see a help text.
Start the production server with ./run.sh server. You can ignore the error message about the "lifespan error". For more commands, see Commands.