crawlerApp/githubCrawler/apps.py

6 lines
101 B
Python
Raw Normal View History

2022-02-05 21:35:04 +00:00
from django.apps import AppConfig
class GithubcrawlerConfig(AppConfig):
name = 'githubCrawler'