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

5 lines
101 B
Python

from django.apps import AppConfig
class GithubcrawlerConfig(AppConfig):
name = 'githubCrawler'