Changing gitignore and __str__ for Driver model

This commit is contained in:
2019-04-21 01:04:24 +02:00
parent c323e0d196
commit 709d2c8403
4 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ music/__pycache__/
music/migrations/__pycache__/
api/__pycache__/
music/tests/__pycache__/
music/views/__pycache__/
music/views/__pycache__/
db.sqlite3