mirror of
https://github.com/BlackWallTeam/Backend.git
synced 2024-11-22 16:56:33 +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"
|