Make Django 3.2 compatible

This commit is contained in:
Johannes Wilm 2021-06-25 14:50:44 +02:00
parent 3f4a8d284e
commit 85218b0403

6
avatar/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class Config(AppConfig):
name = 'avatar'
default_auto_field = 'django.db.models.AutoField'