mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-04-01 05:50:27 +00:00
6 lines
135 B
Python
6 lines
135 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class Config(AppConfig):
|
|
name = "avatar"
|
|
default_auto_field = "django.db.models.AutoField"
|