mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-08 15:44:45 +00:00
6 lines
145 B
Python
6 lines
145 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ApiConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "avatar.api"
|