mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Make Django 3.2 compatible
This commit is contained in:
parent
3f4a8d284e
commit
85218b0403
1 changed files with 6 additions and 0 deletions
6
avatar/apps.py
Normal file
6
avatar/apps.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class Config(AppConfig):
|
||||
name = 'avatar'
|
||||
default_auto_field = 'django.db.models.AutoField'
|
||||
Loading…
Reference in a new issue