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

View File

@@ -124,3 +124,5 @@ STATIC_URL = '/static/'
STATICFILES_DIRS = [
'static'
]
MEDIA_ROOT = BASE_DIR / 'media'