mirror of
https://github.com/bugsink/bugsink.git
synced 2026-04-26 00:49:26 -05:00
cef1127e48
I may just need this later, and doing it this late was already painful enough.
7 lines
142 B
Python
7 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UsersConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'users'
|