mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2024-11-25 12:33:44 +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"
|