GitIgnore hinzugefügt um sicherzustellen, dass die Ordner MIGRATIONS nicht mehr überschrieben werden. Damit sollte das anpassen der Datenbank mit makemigrations und migrate ausreichen

This commit is contained in:
holger.trampe 2019-12-12 08:22:48 +01:00
parent 8b35c69c4e
commit 7629ff151a
75 changed files with 1 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*/migrations/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.