mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 14:16:32 +01:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UserConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'user'
|