mirror of
https://github.com/BlackWallTeam/Backend.git
synced 2024-11-22 08:46:34 +03:00
6 lines
106 B
Python
6 lines
106 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SearchConfig(AppConfig):
|
|
name = "real_estate_search.search"
|