5 lines
107 B
Python
5 lines
107 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DockerhubcrawlerConfig(AppConfig):
|
|
name = 'dockerhubCrawler'
|