mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +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'
|