mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-23 14:45:49 +00:00
7 lines
145 B
Python
7 lines
145 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class ApiConfig(AppConfig):
|
||
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
|
name = 'avatar.api'
|