Skip to content

Commit 346a2d5

Browse files
committed
stackoverflow
1 parent adc4282 commit 346a2d5

23 files changed

+396
-0
lines changed

stackoverflow/.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackoverflow/.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackoverflow/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackoverflow/.idea/stackoverflow.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackoverflow/.idea/workspace.xml

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackoverflow/scrapy.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Automatically created by: scrapy startproject
2+
#
3+
# For more information about the [deploy] section see:
4+
# https://scrapyd.readthedocs.io/en/latest/deploy.html
5+
6+
[settings]
7+
default = stackoverflow.settings
8+
9+
[deploy]
10+
#url = http://localhost:6800/
11+
project = stackoverflow

stackoverflow/stackoverflow/__init__.py

Whitespace-only changes.
153 Bytes
Binary file not shown.
460 Bytes
Binary file not shown.
944 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)