Add profile model, update requirements, readme and gitignore

This commit is contained in:
Andrew Smirnov
2021-02-04 20:37:58 +03:00
parent 6056a1e85b
commit 234669242f
7 changed files with 33 additions and 2 deletions

2
.gitignore vendored
View File

@@ -12,7 +12,7 @@ __pycache__/
local_settings.py
db.sqlite3
db.sqlite3-journal
media
media/
# 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.