mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
extend rest_framework to INSTALLED_APPS
This commit is contained in:
parent
447647acb4
commit
2c1a80d5cc
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ INSTALLED_APPS = [
|
|||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"avatar",
|
||||
"rest_framework"
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue