From 56a33989278a8fe2985f0d36d3c589136c1ec30d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Jul 2019 20:19:11 +0200 Subject: First commit --- commcrawler/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 commcrawler/__init__.py (limited to 'commcrawler/__init__.py') diff --git a/commcrawler/__init__.py b/commcrawler/__init__.py new file mode 100644 index 0000000..339b125 --- /dev/null +++ b/commcrawler/__init__.py @@ -0,0 +1 @@ +default_app_config = 'commonnet.apps.CommCrawlerConfig' -- cgit v1.2.3