Added PlaceImage model, admin stuff, migrations with reference to Place.

This commit is contained in:
2020-07-27 20:34:18 +02:00
parent ad916af5fb
commit acfdcd99ba
7 changed files with 77 additions and 3 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ local_settings.py
db.sqlite3
db.sqlite3-journal
media
uploads
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.