diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-30 20:19:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2019-07-30 20:19:11 +0200 |
commit | 56a33989278a8fe2985f0d36d3c589136c1ec30d (patch) | |
tree | b0cb3356e55b4547a4747e10411a8ca68852b977 /commcrawler/__init__.py | |
download | Comm-on-net-56a33989278a8fe2985f0d36d3c589136c1ec30d.tar.bz2 Comm-on-net-56a33989278a8fe2985f0d36d3c589136c1ec30d.zip |
First commit
Diffstat (limited to 'commcrawler/__init__.py')
-rw-r--r-- | commcrawler/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |