mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-25 07:33:44 +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'
|