Doku aktualisiert/korrigiert

This commit is contained in:
2026-05-02 08:50:41 +02:00
committed by Hraban
parent df4a8a33c7
commit 4dc619c07c
2 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -13,10 +13,11 @@ Wir entwickeln auf Python 3.14. Python 3.12+ funktioniert, ältere haben zuminde
- `cd liederquelle`
- `.env` anlegen:
$ python manage.py shell
$ python3
>> from django.core.management.utils import get_random_secret_key
>> with open('.env', 'w') as dotenv:
dotenv.write('SECRET_KEY=%s' % get_random_secret_key())
>>
>> ^D
- Datenbank (SQLite) anlegen: `python3 manage.py makemigrations quellen; python3 manage.py migrate`