Skip to content

Commit

Permalink
Merge pull request #90 from g0v/new-591-layout
Browse files Browse the repository at this point in the history
New 591 layout
  • Loading branch information
ddio authored Oct 25, 2021
2 parents 819d081 + 2edcc4a commit f3898ef
Show file tree
Hide file tree
Showing 9 changed files with 259 additions and 479 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ backup
datas/*
!datas/.keep
.env
.venv
*.db*
*.sqlite3
*.tgz
Expand Down
1 change: 1 addition & 0 deletions scrapy-package/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__
scrapy.log
dist
.venv
*.egg-info
1 change: 1 addition & 0 deletions scrapy-package/scrapy_twrh/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class GenericHouseItem(Item):
vendor_house_url = Field()
# price related
monthly_price = Field()
min_monthly_price = Field()
deposit_type = Field()
n_month_deposit = Field()
deposit = Field()
Expand Down
Loading

0 comments on commit f3898ef

Please sign in to comment.