Skip to content

Commit

Permalink
Ürün Ekleme, Zenginleştirme, Son Güncelleme
Browse files Browse the repository at this point in the history
  • Loading branch information
mervegundogmus committed Aug 24, 2020
1 parent 2867789 commit a84cb19
Show file tree
Hide file tree
Showing 49 changed files with 73 additions and 99 deletions.
81 changes: 43 additions & 38 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified db.sqlite3
Binary file not shown.
6 changes: 3 additions & 3 deletions home/templates/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="features_items"><!--features_items-->


<h2 class="title text-center">İLANLAR</h2>
<h2 class="title text-center">ESKİ İLANLAR</h2>

{% for rs in daypropertys %}
<div class="col-sm-4">
Expand All @@ -19,7 +19,7 @@ <h2 class="title text-center">İLANLAR</h2>
<h2>{{ rs.title }}</h2>
<h4>{{ rs.description }}</h4>
<h2 class="title text-center">Fiyat:{{ rs.price }}₺</h2>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-home"></i>Görüntüle</a>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-search"></i>Görüntüle</a>


</div>
Expand All @@ -45,7 +45,7 @@ <h2 class="title text-center">YENİ İLANLAR</h2>
<h2>{{ rs.title }}</h2>
<h4>{{ rs.description }}</h4>
<h2 class="title text-center">Fiyat:{{ rs.price }}₺</h2>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-home"></i>Görüntüle</a>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-search"></i>Görüntüle</a>

</div>
<img src="{% static 'images/home/sale.png' %}" class="sale" alt=""/>
Expand Down
33 changes: 0 additions & 33 deletions home/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,40 +87,7 @@
<ul class="nav navbar-nav collapse navbar-collapse">

<li><a href="/" class="">Anasayfa</a></li>



<li class="dropdown"><a href="/ilanlar/0">Emlak<i class="fa fa-angle-down"></i></a>
{% load mptt_tags %}


<ul role="menu" class="sub-menu">

{% recursetree category %}

<li><a href="/category/{{ node.id }}/{{ node.slug }}">{{ node.title }} </a></li>

{% if not node.is_leaf_node %}
<ul class="children">



</li>

</ul> {% endif %}

</li>{% endrecursetree %}



</ul>
</li>



<li><a href="/ilanlar/0">İlanlar</a></li>


<li><a href="/hakkimizda">Hakkımızda</a></li>
<li><a href="/referanslar">Referanslar</a></li>
<li><a href="/iletisim">İletişim</a></li>
Expand Down
4 changes: 3 additions & 1 deletion home/templates/ilanlar.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ <h4>{{ rs.description }}</h4>
<h2 class="title text-center">Fiyat:{{ rs.price }}₺</h2>
<p>
<p class="title text-center">m²:{{ rs.square_metre }}</p>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-home"></i>Kirala</a>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-home">

</i>Kirala</a>

</div>

Expand Down
9 changes: 4 additions & 5 deletions home/templates/property_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h4><a href="/category/{{property.category.id}}/{{property.category.slug}}">{{pr
<img src="images/product-details/new.jpg" class="newarrival" alt="" />
<h2>{{ property.title }}</h2>
<p>{{ property.description }}</p>
<p>{{ property.address }}</p>
<p>📍 {{ property.address }}</p>
<img src="images/product-details/rating.png" alt="" />
<span>
<span>Fiyat:{{ property.price }}₺</span>
Expand All @@ -62,9 +62,9 @@ <h2>{{ property.title }}</h2>
</form>

</span>
<h2><b>Room:</b>{{ property.room }}</h2>
<h2><b>Floor:</b>{{ property.floor }}</h2>
<h2><b>m²:</b>{{ property.square_metre }}</h2>
<h2><b>🛏Room:</b>{{ property.room }}</h2>
<h2><b>🏡Floor:</b>{{ property.floor }}</h2>
<h2><b>👫m²:</b>{{ property.square_metre }}</h2>
<a href=""><img src="images/product-details/share.png" class="share img-responsive" alt="" /></a>
</div><!--/product-information-->

Expand Down Expand Up @@ -92,7 +92,6 @@ <h2 class="title text-center">Ev Resim Galerisi</h2>




<div class="socials-share">
<a href=""><img src="{% static 'images/blog/socials.png' %}" alt=""></a>
</div><!--/socials-share-->
Expand Down
3 changes: 2 additions & 1 deletion home/templates/propertys.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ <h4>{{ rs.description }}</h4>
<h2 class="title text-center">Fiyat:{{ rs.price }}₺</h2>
<p>
<p class="title text-center">m²:{{ rs.square_metre }}</p>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-home"></i>Görüntüle</a>
<a href="/property/{{ rs.id }}/{{ rs.slug }}" class="btn btn-default add-to-cart"><i class="fa fa-home"></i>
Görüntüle</a>

</div>

Expand Down
2 changes: 1 addition & 1 deletion home/templates/propertys_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="breadcrumbs-title">{{ aratilan_kelime }} Sonuclari</h2>
<table cellpadding="4" width="1200">
<tr>
<th>Image</th>
<th>Property Name</th>
<th>Home Name</th>
<th>Category</th>
<th>Price</th>
</tr>
Expand Down
Binary file modified order/__pycache__/views.cpython-38.pyc
Binary file not shown.
Loading

0 comments on commit a84cb19

Please sign in to comment.