Doku aktualisiert/korrigiert
This commit is contained in:
+2
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user