Refactoring to avoid collisions.
All checks were successful
pda-new unit tests / Run-unit-tests (push) Successful in 1m10s

This commit is contained in:
2025-10-27 22:52:09 +01:00
parent 7df213902e
commit 5e5fe12b5c
4 changed files with 171 additions and 24 deletions

View File

@@ -21,12 +21,17 @@ pip3 install --upgrade pip
pip3 install -f src/requirements.txt
```
## Installation
Run it manually via:
Test if your installation works:
```
python3 src/manage.py test
```
## Installation
Run it manually via:
```
python3 src/manage.py runserver
```
For production environments, gunicorn or a similar UWSGI implementation, preferably using a webserver as a proxy is recommended.