CHANGELOG.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
Procfile
README.md
example.env
manage.py
requirements.txt
setup.cfg
setup.py
tox.ini
farmdrop/__init__.py
farmdrop/celery.py
farmdrop/manage_farmdrop.py
farmdrop/settings.py
farmdrop/urls.py
farmdrop/wsgi.py
farmdrop.egg-info/PKG-INFO
farmdrop.egg-info/SOURCES.txt
farmdrop.egg-info/dependency_links.txt
farmdrop.egg-info/entry_points.txt
farmdrop.egg-info/not-zip-safe
farmdrop.egg-info/requires.txt
farmdrop.egg-info/top_level.txt
farmdrop/apps/__init__.py
farmdrop/apps/saleor/__init__.py
farmdrop/apps/saleor/urls.py
farmdrop/apps/saleor/cart/__init__.py
farmdrop/apps/saleor/cart/forms.py
farmdrop/apps/saleor/cart/middleware.py
farmdrop/apps/saleor/cart/test_cart.py
farmdrop/apps/saleor/cart/urls.py
farmdrop/apps/saleor/cart/utils.py
farmdrop/apps/saleor/cart/views.py
farmdrop/apps/saleor/cart/templates/cart/index.html
farmdrop/apps/saleor/checkout/__init__.py
farmdrop/apps/saleor/checkout/core.py
farmdrop/apps/saleor/checkout/forms.py
farmdrop/apps/saleor/checkout/test_checkout.py
farmdrop/apps/saleor/checkout/urls.py
farmdrop/apps/saleor/checkout/templates/checkout/details.html
farmdrop/apps/saleor/checkout/templates/checkout/payment.html
farmdrop/apps/saleor/checkout/templates/checkout/shipping_address.html
farmdrop/apps/saleor/checkout/templates/checkout/shipping_method.html
farmdrop/apps/saleor/checkout/templates/checkout/summary.html
farmdrop/apps/saleor/checkout/templates/checkout/summary_without_shipping.html
farmdrop/apps/saleor/checkout/templates/checkout/snippets/addresses-form-panel.html
farmdrop/apps/saleor/checkout/templates/checkout/snippets/addresses-form.html
farmdrop/apps/saleor/checkout/templates/checkout/snippets/voucher-form.html
farmdrop/apps/saleor/checkout/views/__init__.py
farmdrop/apps/saleor/checkout/views/discount.py
farmdrop/apps/saleor/checkout/views/shipping.py
farmdrop/apps/saleor/checkout/views/summary.py
farmdrop/apps/saleor/checkout/views/validators.py
farmdrop/apps/saleor/core/__init__.py
farmdrop/apps/saleor/core/analytics.py
farmdrop/apps/saleor/core/context_processors.py
farmdrop/apps/saleor/core/middleware.py
farmdrop/apps/saleor/core/sitemaps.py
farmdrop/apps/saleor/core/test_core.py
farmdrop/apps/saleor/core/urls.py
farmdrop/apps/saleor/core/views.py
farmdrop/apps/saleor/core/management/__init__.py
farmdrop/apps/saleor/core/management/commands/__init__.py
farmdrop/apps/saleor/core/management/commands/populatedb.py
farmdrop/apps/saleor/core/templates/status_label.html
farmdrop/apps/saleor/core/templatetags/__init__.py
farmdrop/apps/saleor/core/templatetags/attributes.py
farmdrop/apps/saleor/core/templatetags/markdown.py
farmdrop/apps/saleor/core/templatetags/shop.py
farmdrop/apps/saleor/core/templatetags/status.py
farmdrop/apps/saleor/core/utils/__init__.py
farmdrop/apps/saleor/core/utils/random_data.py
farmdrop/apps/saleor/dashboard/__init__.py
farmdrop/apps/saleor/dashboard/conftest.py
farmdrop/apps/saleor/dashboard/urls.py
farmdrop/apps/saleor/dashboard/views.py
farmdrop/apps/saleor/dashboard/category/__init__.py
farmdrop/apps/saleor/dashboard/category/forms.py
farmdrop/apps/saleor/dashboard/category/urls.py
farmdrop/apps/saleor/dashboard/category/views.py
farmdrop/apps/saleor/dashboard/customer/__init__.py
farmdrop/apps/saleor/dashboard/customer/forms.py
farmdrop/apps/saleor/dashboard/customer/urls.py
farmdrop/apps/saleor/dashboard/customer/views.py
farmdrop/apps/saleor/dashboard/discount/__init__.py
farmdrop/apps/saleor/dashboard/discount/forms.py
farmdrop/apps/saleor/dashboard/discount/urls.py
farmdrop/apps/saleor/dashboard/discount/views.py
farmdrop/apps/saleor/dashboard/order/__init__.py
farmdrop/apps/saleor/dashboard/order/forms.py
farmdrop/apps/saleor/dashboard/order/urls.py
farmdrop/apps/saleor/dashboard/order/views.py
farmdrop/apps/saleor/dashboard/payments/__init__.py
farmdrop/apps/saleor/dashboard/payments/urls.py
farmdrop/apps/saleor/dashboard/payments/views.py
farmdrop/apps/saleor/dashboard/product/__init__.py
farmdrop/apps/saleor/dashboard/product/api.py
farmdrop/apps/saleor/dashboard/product/forms.py
farmdrop/apps/saleor/dashboard/product/test_product.py
farmdrop/apps/saleor/dashboard/product/urls.py
farmdrop/apps/saleor/dashboard/product/views.py
farmdrop/apps/saleor/dashboard/product/widgets.py
farmdrop/apps/saleor/dashboard/shipping/__init__.py
farmdrop/apps/saleor/dashboard/shipping/forms.py
farmdrop/apps/saleor/dashboard/shipping/urls.py
farmdrop/apps/saleor/dashboard/shipping/views.py
farmdrop/apps/saleor/dashboard/templates/dashboard/base.html
farmdrop/apps/saleor/dashboard/templates/dashboard/index.html
farmdrop/apps/saleor/dashboard/templates/dashboard/category/category_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/category/detail.html
farmdrop/apps/saleor/dashboard/templates/dashboard/category/list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/category/modal_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/category/modal_edit.html
farmdrop/apps/saleor/dashboard/templates/dashboard/customer/detail.html
farmdrop/apps/saleor/dashboard/templates/dashboard/customer/list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/sale_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/sale_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/sale_list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/sale_modal_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/voucher_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/voucher_list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/discount/voucher_modal_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/_address.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/_back-link.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/_messages.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/_orders_table.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/_pagination.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/_status_filters.html
farmdrop/apps/saleor/dashboard/templates/dashboard/includes/address_short.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/detail.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_add_note.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_address_edit.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_cancel_delivery_group.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_cancel_line.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_cancel_order.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_capture.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_change_quantity.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_order_remove_voucher.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_refund.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_release.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_ship_delivery_group.html
farmdrop/apps/saleor/dashboard/templates/dashboard/order/modal_split_order_line.html
farmdrop/apps/saleor/dashboard/templates/dashboard/payments/detail.html
farmdrop/apps/saleor/dashboard/templates/dashboard/payments/list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/modal_product_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/modal_product_image_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/product_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/product_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/product_image_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/product_image_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/product_variant_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/stock_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/stock_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/variant_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/attributes/confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/attributes/form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/attributes/list.html
farmdrop/apps/saleor/dashboard/templates/dashboard/product/attributes/modal_confirm_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/shipping/method_delete.html
farmdrop/apps/saleor/dashboard/templates/dashboard/shipping/method_form.html
farmdrop/apps/saleor/dashboard/templates/dashboard/shipping/method_list.html
farmdrop/apps/saleor/dashboard/templates/materializecssform/field.html
farmdrop/apps/saleor/dashboard/templatetags/__init__.py
farmdrop/apps/saleor/dashboard/templatetags/utils.py
farmdrop/apps/saleor/discount/__init__.py
farmdrop/apps/saleor/discount/forms.py
farmdrop/apps/saleor/discount/models.py
farmdrop/apps/saleor/discount/test_discounts.py
farmdrop/apps/saleor/discount/migrations/0001_initial.py
farmdrop/apps/saleor/discount/migrations/0002_voucher.py
farmdrop/apps/saleor/discount/migrations/0003_auto_20160207_0534.py
farmdrop/apps/saleor/discount/migrations/__init__.py
farmdrop/apps/saleor/order/__init__.py
farmdrop/apps/saleor/order/admin.py
farmdrop/apps/saleor/order/forms.py
farmdrop/apps/saleor/order/models.py
farmdrop/apps/saleor/order/test_order.py
farmdrop/apps/saleor/order/urls.py
farmdrop/apps/saleor/order/utils.py
farmdrop/apps/saleor/order/views.py
farmdrop/apps/saleor/order/migrations/0001_initial.py
farmdrop/apps/saleor/order/migrations/0002_auto_20150820_1955.py
farmdrop/apps/saleor/order/migrations/0003_auto_20150825_1433.py
farmdrop/apps/saleor/order/migrations/0004_order_total.py
farmdrop/apps/saleor/order/migrations/0005_deliverygroup_last_updated.py
farmdrop/apps/saleor/order/migrations/0006_deliverygroup_shipping_method.py
farmdrop/apps/saleor/order/migrations/0007_deliverygroup_tracking_number.py
farmdrop/apps/saleor/order/migrations/0008_auto_20151026_0820.py
farmdrop/apps/saleor/order/migrations/0009_auto_20151201_0820.py
farmdrop/apps/saleor/order/migrations/0010_auto_20160119_0541.py
farmdrop/apps/saleor/order/migrations/0011_auto_20160207_0534.py
farmdrop/apps/saleor/order/migrations/0012_auto_20160216_1032.py
farmdrop/apps/saleor/order/migrations/__init__.py
farmdrop/apps/saleor/order/templates/order/details.html
farmdrop/apps/saleor/order/templates/order/payment.html
farmdrop/apps/saleor/order/templates/order/success.html
farmdrop/apps/saleor/order/templates/order/emails/confirm_email.body.txt
farmdrop/apps/saleor/order/templates/order/emails/confirm_email.subject.txt
farmdrop/apps/saleor/order/templates/order/payment/default.html
farmdrop/apps/saleor/order/templates/order/payment/details.html
farmdrop/apps/saleor/order/templates/order/payment/paypal-card.html
farmdrop/apps/saleor/order/templates/order/payment/stripe.html
farmdrop/apps/saleor/order/templates/order/payment/emails/confirm_email.body.txt
farmdrop/apps/saleor/order/templates/order/payment/emails/confirm_email.subject.txt
farmdrop/apps/saleor/order/templates/payments/credit_card_expiry_widget.html
farmdrop/apps/saleor/product/__init__.py
farmdrop/apps/saleor/product/admin.py
farmdrop/apps/saleor/product/forms.py
farmdrop/apps/saleor/product/lookups.py
farmdrop/apps/saleor/product/test_product.py
farmdrop/apps/saleor/product/urls.py
farmdrop/apps/saleor/product/utils.py
farmdrop/apps/saleor/product/views.py
farmdrop/apps/saleor/product/migrations/0001_initial.py
farmdrop/apps/saleor/product/migrations/0002_auto_20150722_0545.py
farmdrop/apps/saleor/product/migrations/0003_auto_20150820_1955.py
farmdrop/apps/saleor/product/migrations/0003_auto_20150820_2016.py
farmdrop/apps/saleor/product/migrations/0004_merge.py
farmdrop/apps/saleor/product/migrations/0005_auto_20150825_1433.py
farmdrop/apps/saleor/product/migrations/0006_product_updated_at.py
farmdrop/apps/saleor/product/migrations/0007_auto_20160112_1025.py
farmdrop/apps/saleor/product/migrations/0008_auto_20160114_0733.py
farmdrop/apps/saleor/product/migrations/0009_discount_categories.py
farmdrop/apps/saleor/product/migrations/0010_auto_20160129_0826.py
farmdrop/apps/saleor/product/migrations/0011_stock_quantity_allocated.py
farmdrop/apps/saleor/product/migrations/0012_auto_20160218_0812.py
farmdrop/apps/saleor/product/migrations/__init__.py
farmdrop/apps/saleor/product/models/__init__.py
farmdrop/apps/saleor/product/models/base.py
farmdrop/apps/saleor/product/models/fields.py
farmdrop/apps/saleor/product/models/images.py
farmdrop/apps/saleor/product/templates/weight_field_widget.html
farmdrop/apps/saleor/product/templates/category/_items.html
farmdrop/apps/saleor/product/templates/category/_list.html
farmdrop/apps/saleor/product/templates/category/index.html
farmdrop/apps/saleor/product/templates/product/_price_range.html
farmdrop/apps/saleor/product/templates/product/details.html
farmdrop/apps/saleor/product/templatetags/__init__.py
farmdrop/apps/saleor/product/templatetags/discount.py
farmdrop/apps/saleor/product/templatetags/price_ranges.py
farmdrop/apps/saleor/registration/__init__.py
farmdrop/apps/saleor/registration/backends.py
farmdrop/apps/saleor/registration/forms.py
farmdrop/apps/saleor/registration/models.py
farmdrop/apps/saleor/registration/test_registration.py
farmdrop/apps/saleor/registration/urls.py
farmdrop/apps/saleor/registration/utils.py
farmdrop/apps/saleor/registration/views.py
farmdrop/apps/saleor/registration/migrations/0001_initial.py
farmdrop/apps/saleor/registration/migrations/0001_squashed_0002_auto_20151203_1158.py
farmdrop/apps/saleor/registration/migrations/0002_auto_20151203_1158.py
farmdrop/apps/saleor/registration/migrations/__init__.py
farmdrop/apps/saleor/registration/templates/registration/change_password.html
farmdrop/apps/saleor/registration/templates/registration/invalid_token.html
farmdrop/apps/saleor/registration/templates/registration/login.html
farmdrop/apps/saleor/registration/templates/registration/logout.html
farmdrop/apps/saleor/registration/templates/registration/request_email_confirmation.html
farmdrop/apps/saleor/registration/templates/registration/set_password.html
farmdrop/apps/saleor/registration/templates/registration/emails/change_email.body.txt
farmdrop/apps/saleor/registration/templates/registration/emails/change_email.subject.txt
farmdrop/apps/saleor/registration/templates/registration/emails/confirm_email.body.txt
farmdrop/apps/saleor/registration/templates/registration/emails/confirm_email.subject.txt
farmdrop/apps/saleor/shipping/__init__.py
farmdrop/apps/saleor/shipping/models.py
farmdrop/apps/saleor/shipping/migrations/0001_initial.py
farmdrop/apps/saleor/shipping/migrations/__init__.py
farmdrop/apps/saleor/static/fonts/2C8496_1_0.eot
farmdrop/apps/saleor/static/fonts/2C8496_1_0.ttf
farmdrop/apps/saleor/static/fonts/2C8496_1_0.woff
farmdrop/apps/saleor/static/fonts/2C8496_1_0.woff2
farmdrop/apps/saleor/static/images/product-image-placeholder-small.png
farmdrop/apps/saleor/static/images/product-image-placeholder.png
farmdrop/apps/saleor/static/img/authorizenet-logo.png
farmdrop/apps/saleor/static/img/braintree-logo.png
farmdrop/apps/saleor/static/img/coinbase-logo.png
farmdrop/apps/saleor/static/img/cybersource-logo.png
farmdrop/apps/saleor/static/img/dashboard-logo.svg
farmdrop/apps/saleor/static/img/dotpay-logo.png
farmdrop/apps/saleor/static/img/paypal-logo.png
farmdrop/apps/saleor/static/img/sage-logo.png
farmdrop/apps/saleor/static/img/sofort-logo.png
farmdrop/apps/saleor/static/img/stripe-logo.png
farmdrop/apps/saleor/static/img/wallet-logo.png
farmdrop/apps/saleor/static/js_src/dashboard.jsx
farmdrop/apps/saleor/static/js_src/storefront.jsx
farmdrop/apps/saleor/static/js_src/components/cart.jsx
farmdrop/apps/saleor/static/js_src/stores/cart-store.jsx
farmdrop/apps/saleor/static/less/dashboard.less
farmdrop/apps/saleor/static/less/style.less
farmdrop/apps/saleor/static/placeholders/1.jpg
farmdrop/apps/saleor/static/placeholders/2.jpg
farmdrop/apps/saleor/static/placeholders/3.jpg
farmdrop/apps/saleor/static/placeholders/4.jpg
farmdrop/apps/saleor/static/placeholders/5.jpg
farmdrop/apps/saleor/static/placeholders/6.jpg
farmdrop/apps/saleor/static/placeholders/7.jpg
farmdrop/apps/saleor/static/placeholders/8.jpg
farmdrop/apps/saleor/static/scss/_app.scss
farmdrop/apps/saleor/static/scss/_app_dashboard.scss
farmdrop/apps/saleor/static/scss/dashboard.scss
farmdrop/apps/saleor/static/scss/storefront.scss
farmdrop/apps/saleor/static/scss/vendor/_basic.scss
farmdrop/apps/saleor/static/scss/vendor/_dropzone.scss
farmdrop/apps/saleor/static/scss/widget/_breadcrumbs.scss
farmdrop/apps/saleor/static/scss/widget/_card.scss
farmdrop/apps/saleor/static/scss/widget/_data-table.scss
farmdrop/apps/saleor/static/scss/widget/_dropzone.scss
farmdrop/apps/saleor/static/scss/widget/_form.scss
farmdrop/apps/saleor/static/scss/widget/_list.scss
farmdrop/apps/saleor/static/scss/widget/_ppoi.scss
farmdrop/apps/saleor/static/scss/widget/_product-gallery.scss
farmdrop/apps/saleor/static/scss/widget/_select2.scss
farmdrop/apps/saleor/static/scss/widget/_tabs.scss
farmdrop/apps/saleor/static/scss/widget/_toast.scss
farmdrop/apps/saleor/userprofile/__init__.py
farmdrop/apps/saleor/userprofile/admin.py
farmdrop/apps/saleor/userprofile/forms.py
farmdrop/apps/saleor/userprofile/models.py
farmdrop/apps/saleor/userprofile/test_userprofile.py
farmdrop/apps/saleor/userprofile/urls.py
farmdrop/apps/saleor/userprofile/views.py
farmdrop/apps/saleor/userprofile/management/__init__.py
farmdrop/apps/saleor/userprofile/management/commands/__init__.py
farmdrop/apps/saleor/userprofile/management/commands/changepassword.py
farmdrop/apps/saleor/userprofile/management/commands/createsuperuser.py
farmdrop/apps/saleor/userprofile/migrations/0001_initial.py
farmdrop/apps/saleor/userprofile/migrations/0002_auto_20150907_0602.py
farmdrop/apps/saleor/userprofile/migrations/0003_auto_20151104_1102.py
farmdrop/apps/saleor/userprofile/migrations/0004_auto_20160114_0419.py
farmdrop/apps/saleor/userprofile/migrations/0005_auto_20160205_0651.py
farmdrop/apps/saleor/userprofile/migrations/__init__.py
farmdrop/apps/saleor/userprofile/templates/userprofile/address-delete.html
farmdrop/apps/saleor/userprofile/templates/userprofile/address-edit.html
farmdrop/apps/saleor/userprofile/templates/userprofile/details.html
farmdrop/apps/saleor/userprofile/templates/userprofile/orders.html
farmdrop/apps/saleor/userprofile/templates/userprofile/snippets/address-details.html
farmdrop/apps/saleor/userprofile/templates/userprofile/snippets/address-form.html
farmdrop/apps/saleor/userprofile/templates/userprofile/snippets/address-short.html
farmdrop/apps/saleor/wsgi/__init__.py
farmdrop/apps/saleor/wsgi/uwsgi.ini
farmdrop/frozen_deps/__init__.py
farmdrop/static/css/all.css
farmdrop/static/css/dashboard.css
farmdrop/static/css/dashboard.css.map
farmdrop/static/css/dashboard.min.css
farmdrop/static/css/dashboard.min.css.gz
farmdrop/static/css/storefront.css
farmdrop/static/css/storefront.css.map
farmdrop/static/css/storefront.min.css
farmdrop/static/css/storefront.min.css.gz
farmdrop/static/fonts/2C8496_1_0.eot
farmdrop/static/fonts/2C8496_1_0.ttf
farmdrop/static/fonts/2C8496_1_0.woff
farmdrop/static/fonts/2C8496_1_0.woff2
farmdrop/static/fonts/FontAwesome.otf
farmdrop/static/fonts/LICENSE.txt
farmdrop/static/fonts/Material-Design-Icons.eot
farmdrop/static/fonts/Material-Design-Icons.svg
farmdrop/static/fonts/Material-Design-Icons.ttf
farmdrop/static/fonts/Material-Design-Icons.woff
farmdrop/static/fonts/Material-Design-Icons.woff2
farmdrop/static/fonts/Roboto-Bold.eot
farmdrop/static/fonts/Roboto-Bold.ttf
farmdrop/static/fonts/Roboto-Bold.woff
farmdrop/static/fonts/Roboto-Bold.woff2
farmdrop/static/fonts/Roboto-Light.eot
farmdrop/static/fonts/Roboto-Light.ttf
farmdrop/static/fonts/Roboto-Light.woff
farmdrop/static/fonts/Roboto-Light.woff2
farmdrop/static/fonts/Roboto-Medium.eot
farmdrop/static/fonts/Roboto-Medium.ttf
farmdrop/static/fonts/Roboto-Medium.woff
farmdrop/static/fonts/Roboto-Medium.woff2
farmdrop/static/fonts/Roboto-Regular.eot
farmdrop/static/fonts/Roboto-Regular.ttf
farmdrop/static/fonts/Roboto-Regular.woff
farmdrop/static/fonts/Roboto-Regular.woff2
farmdrop/static/fonts/Roboto-Thin.eot
farmdrop/static/fonts/Roboto-Thin.ttf
farmdrop/static/fonts/Roboto-Thin.woff
farmdrop/static/fonts/Roboto-Thin.woff2
farmdrop/static/fonts/fontawesome-webfont.eot
farmdrop/static/fonts/fontawesome-webfont.svg
farmdrop/static/fonts/fontawesome-webfont.ttf
farmdrop/static/fonts/fontawesome-webfont.woff
farmdrop/static/fonts/fontawesome-webfont.woff2
farmdrop/static/fonts/glyphicons-halflings-regular.eot
farmdrop/static/fonts/glyphicons-halflings-regular.svg
farmdrop/static/fonts/glyphicons-halflings-regular.ttf
farmdrop/static/fonts/glyphicons-halflings-regular.woff
farmdrop/static/fonts/glyphicons-halflings-regular.woff2
farmdrop/static/images/product-image-placeholder-small.png
farmdrop/static/images/product-image-placeholder.png
farmdrop/static/img/authorizenet-logo.png
farmdrop/static/img/braintree-logo.png
farmdrop/static/img/coinbase-logo.png
farmdrop/static/img/cybersource-logo.png
farmdrop/static/img/dashboard-logo.svg
farmdrop/static/img/dotpay-logo.png
farmdrop/static/img/paypal-logo.png
farmdrop/static/img/sage-logo.png
farmdrop/static/img/sofort-logo.png
farmdrop/static/img/stripe-logo.png
farmdrop/static/img/wallet-logo.png
farmdrop/static/js/dashboard.js
farmdrop/static/js/storefront.js
farmdrop/static/js_src/dashboard.jsx
farmdrop/static/js_src/storefront.jsx
farmdrop/static/js_src/components/cart.jsx
farmdrop/static/js_src/stores/cart-store.jsx
farmdrop/static/less/dashboard.less
farmdrop/static/less/style.less
farmdrop/static/placeholders/1.jpg
farmdrop/static/placeholders/2.jpg
farmdrop/static/placeholders/3.jpg
farmdrop/static/placeholders/4.jpg
farmdrop/static/placeholders/5.jpg
farmdrop/static/placeholders/6.jpg
farmdrop/static/placeholders/7.jpg
farmdrop/static/placeholders/8.jpg
farmdrop/static/scss/_app.scss
farmdrop/static/scss/_app_dashboard.scss
farmdrop/static/scss/dashboard.scss
farmdrop/static/scss/storefront.scss
farmdrop/static/scss/vendor/_basic.scss
farmdrop/static/scss/vendor/_dropzone.scss
farmdrop/static/scss/vendor/basic.css
farmdrop/static/scss/vendor/dropzone-amd-module.js
farmdrop/static/scss/vendor/dropzone.css
farmdrop/static/scss/vendor/dropzone.js
farmdrop/static/scss/vendor/readme.md
farmdrop/static/scss/vendor/min/basic.min.css
farmdrop/static/scss/vendor/min/dropzone-amd-module.min.js
farmdrop/static/scss/vendor/min/dropzone.min.css
farmdrop/static/scss/vendor/min/dropzone.min.js
farmdrop/static/scss/widget/_breadcrumbs.scss
farmdrop/static/scss/widget/_card.scss
farmdrop/static/scss/widget/_data-table.scss
farmdrop/static/scss/widget/_dropzone.scss
farmdrop/static/scss/widget/_form.scss
farmdrop/static/scss/widget/_list.scss
farmdrop/static/scss/widget/_ppoi.scss
farmdrop/static/scss/widget/_product-gallery.scss
farmdrop/static/scss/widget/_select2.scss
farmdrop/static/scss/widget/_tabs.scss
farmdrop/static/scss/widget/_toast.scss
farmdrop/templates/404.html
farmdrop/templates/500.html
farmdrop/templates/base.html
farmdrop/templates/admin/base_site.html
farmdrop/templates/prices/widget.html
public/static/placeholder
requirements/default.txt
requirements/extras/memcached.txt
requirements/extras/postgres.txt
requirements/extras/s3.txt