crawlerApp/dockerhubCrawler/apps.py
2022-02-06 02:35:04 +05:00

5 lines
107 B
Python

from django.apps import AppConfig
class DockerhubcrawlerConfig(AppConfig):
name = 'dockerhubCrawler'