mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-23 23:23:42 +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"
|