mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-05-08 15:50:46 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProjectsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'projects'
|