From 7a9f0894fdd3e86580eff4c8cc742bedabe30de1 Mon Sep 17 00:00:00 2001 From: Gena Date: Tue, 2 Jun 2015 19:44:19 +0600 Subject: [PATCH] all pyc files removed --- .idea/vcs.xml | 2 +- .idea/workspace.xml | 609 ++++++++++-------- api/__pycache__/__init__.cpython-34.pyc | Bin 149 -> 0 bytes api/__pycache__/urls.cpython-34.pyc | Bin 518 -> 0 bytes api/__pycache__/views.cpython-34.pyc | Bin 795 -> 0 bytes batiskaf/__pycache__/__init__.cpython-34.pyc | Bin 154 -> 0 bytes batiskaf/__pycache__/admin.cpython-34.pyc | Bin 489 -> 0 bytes batiskaf/__pycache__/celery.cpython-34.pyc | Bin 826 -> 0 bytes batiskaf/__pycache__/jinja2.cpython-34.pyc | Bin 741 -> 0 bytes batiskaf/__pycache__/models.cpython-34.pyc | Bin 423 -> 0 bytes batiskaf/__pycache__/settings.cpython-34.pyc | Bin 4085 -> 0 bytes batiskaf/__pycache__/urls.cpython-34.pyc | Bin 463 -> 0 bytes batiskaf/__pycache__/wsgi.cpython-34.pyc | Bin 577 -> 0 bytes batiskaf/jinja2.py | 2 + .../__pycache__/__init__.cpython-34.pyc | Bin 184 -> 0 bytes .../__pycache__/cart.cpython-34.pyc | Bin 317 -> 0 bytes .../__pycache__/thumbnails.cpython-34.pyc | Bin 511 -> 0 bytes batiskaf/templates/jinja2/product.jinja | 99 +-- main/__pycache__/__init__.cpython-34.pyc | Bin 150 -> 0 bytes main/__pycache__/admin.cpython-34.pyc | Bin 147 -> 0 bytes main/__pycache__/models.cpython-34.pyc | Bin 148 -> 0 bytes main/__pycache__/views.cpython-34.pyc | Bin 328 -> 0 bytes .../__pycache__/0001_initial.cpython-34.pyc | Bin 2930 -> 0 bytes .../0002_auto_20150328_1422.cpython-34.pyc | Bin 858 -> 0 bytes .../0003_auto_20150328_1428.cpython-34.pyc | Bin 1230 -> 0 bytes .../0004_auto_20150328_1429.cpython-34.pyc | Bin 901 -> 0 bytes .../0005_auto_20150328_1452.cpython-34.pyc | Bin 946 -> 0 bytes .../0006_auto_20150328_1507.cpython-34.pyc | Bin 1333 -> 0 bytes .../__pycache__/__init__.cpython-34.pyc | Bin 161 -> 0 bytes static/less/_.css | 5 + static/less/_.less | 18 +- store/__pycache__/__init__.cpython-34.pyc | Bin 151 -> 0 bytes store/__pycache__/admin.cpython-34.pyc | Bin 2567 -> 0 bytes store/__pycache__/cart.cpython-34.pyc | Bin 3087 -> 0 bytes store/__pycache__/models.cpython-34.pyc | Bin 8551 -> 0 bytes store/__pycache__/urls.cpython-34.pyc | Bin 842 -> 0 bytes store/__pycache__/views.cpython-34.pyc | Bin 6827 -> 0 bytes .../__pycache__/0001_initial.cpython-34.pyc | Bin 3521 -> 0 bytes .../0002_auto_20150329_0506.cpython-34.pyc | Bin 1497 -> 0 bytes .../0003_auto_20150506_0553.cpython-34.pyc | Bin 1136 -> 0 bytes .../0004_auto_20150506_1004.cpython-34.pyc | Bin 1151 -> 0 bytes .../0005_auto_20150511_1617.cpython-34.pyc | Bin 794 -> 0 bytes .../0006_auto_20150514_1123.cpython-34.pyc | Bin 1195 -> 0 bytes .../0007_auto_20150515_0902.cpython-34.pyc | Bin 1282 -> 0 bytes .../0008_auto_20150526_1017.cpython-34.pyc | Bin 666 -> 0 bytes .../0009_auto_20150526_1021.cpython-34.pyc | Bin 657 -> 0 bytes .../__pycache__/__init__.cpython-34.pyc | Bin 162 -> 0 bytes 47 files changed, 397 insertions(+), 338 deletions(-) delete mode 100644 api/__pycache__/__init__.cpython-34.pyc delete mode 100644 api/__pycache__/urls.cpython-34.pyc delete mode 100644 api/__pycache__/views.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/__init__.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/admin.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/celery.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/jinja2.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/models.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/settings.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/urls.cpython-34.pyc delete mode 100644 batiskaf/__pycache__/wsgi.cpython-34.pyc delete mode 100644 batiskaf/jinja2_ext/__pycache__/__init__.cpython-34.pyc delete mode 100644 batiskaf/jinja2_ext/__pycache__/cart.cpython-34.pyc delete mode 100644 batiskaf/jinja2_ext/__pycache__/thumbnails.cpython-34.pyc delete mode 100644 main/__pycache__/__init__.cpython-34.pyc delete mode 100644 main/__pycache__/admin.cpython-34.pyc delete mode 100644 main/__pycache__/models.cpython-34.pyc delete mode 100644 main/__pycache__/views.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/0001_initial.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/0002_auto_20150328_1422.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/0003_auto_20150328_1428.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/0004_auto_20150328_1429.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/0005_auto_20150328_1452.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/0006_auto_20150328_1507.cpython-34.pyc delete mode 100644 main/migrations/__pycache__/__init__.cpython-34.pyc delete mode 100644 store/__pycache__/__init__.cpython-34.pyc delete mode 100644 store/__pycache__/admin.cpython-34.pyc delete mode 100644 store/__pycache__/cart.cpython-34.pyc delete mode 100644 store/__pycache__/models.cpython-34.pyc delete mode 100644 store/__pycache__/urls.cpython-34.pyc delete mode 100644 store/__pycache__/views.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0001_initial.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0002_auto_20150329_0506.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0003_auto_20150506_0553.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0004_auto_20150506_1004.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0005_auto_20150511_1617.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0006_auto_20150514_1123.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0007_auto_20150515_0902.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0008_auto_20150526_1017.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/0009_auto_20150526_1021.cpython-34.pyc delete mode 100644 store/migrations/__pycache__/__init__.cpython-34.pyc diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 6564d52..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d6ccb7d..8a6bf4c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -34,76 +60,73 @@ - - + + - - - - - + + - - + + - + - - + + - - + + - - + + - - + + + + - - + + - - - - + + - - + + - - + + - - + + - + @@ -120,12 +143,12 @@ + + @@ -192,7 +218,7 @@