mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-24 02:43:43 +03:00
7 lines
171 B
Python
7 lines
171 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class RecomendationsConfig(AppConfig):
|
||
|
default_auto_field = "django.db.models.BigAutoField"
|
||
|
name = "passfinder.recomendations"
|