mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2025-02-18 02:40:32 +03:00
7 lines
163 B
Python
7 lines
163 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DecksConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "pitch_deck_generator.decks"
|