3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-06-02 13:21:48 +00:00
coope/search/apps.py
2019-09-23 12:44:32 +02:00

6 lines
87 B
Python

from django.apps import AppConfig
class SearchConfig(AppConfig):
name = 'search'