index.community/scraper/apps.py
2018-08-26 02:32:55 +02:00

6 lines
89 B
Python

from django.apps import AppConfig
class ScraperConfig(AppConfig):
name = 'scraper'