3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-09-11 17:43:08 +00:00
coope/search/apps.py

6 lines
87 B
Python
Raw Normal View History

2019-09-23 10:44:32 +00:00
from django.apps import AppConfig
class SearchConfig(AppConfig):
name = 'search'