From 5fee9c672bcd3159b9166cdeec3bd9ef169fa39d Mon Sep 17 00:00:00 2001 From: Paul Kramer Date: Thu, 28 May 2020 20:52:16 -0700 Subject: [PATCH 1/2] here we go --- db.sqlite3 | Bin 274432 -> 331776 bytes .../migrations/0006_merge_20200529_0143.py | 14 ++++ productsApp/templates/payment.html | 76 +++++++++++------- productsApp/templates/productPage.html | 9 +-- productsApp/templates/wish_list.html | 27 ++++++- productsApp/urls.py | 2 +- productsApp/views.py | 53 +++++++----- 7 files changed, 127 insertions(+), 54 deletions(-) create mode 100644 productsApp/migrations/0006_merge_20200529_0143.py diff --git a/db.sqlite3 b/db.sqlite3 index 9125db21722c3ff5b37f0d7abd394b4d94c9403e..00feb228386383c4ed7747d1f549d6e248b1270f 100644 GIT binary patch delta 1130 zcmb`_OK1~87{KwJnLN5_lZp0~q_L(JAJsPQBX3Q0O{}#|Ydr`alr*+!OpR?x)FK`l z-&hfqih~bq4<04b#tNVs;8)!xLTGkcydvN@(42OTBHUPli8|JXidCJ0rf412lO9>XrK zWwYT%u6Z5T)X61rF77vs8Ac5whG9d+P&Qm-=r(j2T1-SleI`;RqHaFi#OAJHcQYTZ z<*ea^I6+Q;qcZy}PE$Vga+)|Ec4iiD)8Efx*ZLIf9RJv%2o!~4&>Cnh6o)#YbDz4@RSE zDD6B`{YJmQ+kc`qzUY_`QM6T1 z+2+)%2gq0IniTBMs;^Y1Y?s83)@7DM=2zw=rb#pht5`s6Izt-j1fi;@F&;b}gb zLUt@WnNAyrl|9Z77fR}{GvpLrC`(eCuYX%A)g}n$$-^r~txP_F7qj_cQpX05;ac`! zm<*vjYsr#3c(;|EJ&qI1J3@BiobhNEdo)6JiQ0&@QB~1&8*9&zRVc~iqu8TAJc$!X z?;Ik_k%`ZwzsnQv(;74Ecny653S0G>0dkK<2m0V*OE=KZ&qyCXJgG3yD+4_%fz3;R g?j~SUJ9NLKZ~1no5gs zWpv1-8Fa%QDprjy;6oZjAVCR1gxX6P)I$)y1hw;z4xA64^El2_ifWa(Nuf%ed8N*OV>al%UZ%&mJyrL0 zI=!+e#t#l?$xltiR6^S${=nI5u+3PnSpz9oE#I_4bDwF}lxOT^W69cXCL=+y-0Y~X zW|1m65ftUDA~7En=eU$xna#8&w7Nr+-a)=X2Ex2p77p;0%ItC?%u7;2W$l`y!^c8R zGSn_yaw*K+@@R)R%-b|MJiz@jzf&~vR=q{NobD8@mb#$k@cCH8D?MGp%_^k#EYC_z Z4skz|wsw(|Xl@f$rjJi79ukgMe*r*4p>+TN diff --git a/productsApp/migrations/0006_merge_20200529_0143.py b/productsApp/migrations/0006_merge_20200529_0143.py new file mode 100644 index 0000000..dbd0e23 --- /dev/null +++ b/productsApp/migrations/0006_merge_20200529_0143.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.4 on 2020-05-29 01:43 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('productsApp', '0005_auto_20200528_1726'), + ('productsApp', '0005_auto_20200528_2323'), + ] + + operations = [ + ] diff --git a/productsApp/templates/payment.html b/productsApp/templates/payment.html index 978d4da..f70b4f7 100644 --- a/productsApp/templates/payment.html +++ b/productsApp/templates/payment.html @@ -7,14 +7,39 @@ {% load static %} Order Page + {% load static %} + + + + + + + + + + + + + + + + + + + + + + + + + +
-
- {% csrf_token %}

Your Orders - +
@@ -29,63 +54,58 @@

Your Orders

{% endfor %} -
-
+ {% csrf_token %}

Shipping information

- + - + - + - + - + - + - +
-
- -
- {% csrf_token %} +

Billing information:


- + - + - + - + - + - + - + - + - + - +
- - \ No newline at end of file + \ No newline at end of file diff --git a/productsApp/templates/productPage.html b/productsApp/templates/productPage.html index 000e1d3..b865b3d 100644 --- a/productsApp/templates/productPage.html +++ b/productsApp/templates/productPage.html @@ -11,8 +11,6 @@
-
- {% csrf_token %}
- Logo + Logo
Products Price Quantity

-
- +

{{product.name}}

@@ -51,7 +48,7 @@

{{product.name}}