mirror of
https://github.com/bugsink/bugsink.git
synced 2026-04-29 03:11:14 -05:00
eb266d805c
* debug_id-only * various TODOs (e.g. auth, async, retention) See #19
7 lines
142 B
Python
7 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FilesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "files"
|