mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BadgeConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'badge'
|