mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-04-05 15:51:00 +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'
|