User Tools

Site Tools


anpassung_botgard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

anpassung_botgard [2025/03/14 22:42] – created nininanpassung_botgard [2025/03/31 21:18] (current) – [Nützliches] ninin
Line 13: Line 13:
 Datenbankänderungen: Datenbankänderungen:
  
-    Change your models (in models.py).+Change your models (in models.py).
  
-    Run python manage.py makemigrations to create migrations for those changes+    python manage.py makemigrations 
 + 
 +to create migrations for those changes 
 + 
 +    python manage.py migrate 
 + 
 +to apply those changes to the database.
  
-    Run python manage.py migrate to apply those changes to the database. 
  
 Server starten: Server starten:
  
-python3 manage.py run_server+    python3 manage.py run_server 
 + 
 +Wörterbuch neu generieren / compilieren: 
 + 
 +    django-admin makemessages -l de 
  
 +    django-admin compilemessages
anpassung_botgard.1741992148.txt.gz · Last modified: by ninin