mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-09 16:14: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'
|