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