LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
django_ecom_store.egg-info/PKG-INFO
django_ecom_store.egg-info/SOURCES.txt
django_ecom_store.egg-info/dependency_links.txt
django_ecom_store.egg-info/requires.txt
django_ecom_store.egg-info/top_level.txt
store/__init__.py
store/admin.py
store/apps.py
store/context_processors.py
store/models.py
store/tests.py
store/urls.py
store/utility.py
store/views.py
store/migrations/0001_initial.py
store/migrations/__init__.py
store/static/store/css/layout.css
store/static/store/css/layout.css.map
store/static/store/js/checkout.js
store/static/store/js/homepage.js
store/static/store/js/layout.js
store/static/store/js/orders.js
store/static/store/js/profile.js
store/templates/store/checkout.html
store/templates/store/homepage.html
store/templates/store/order.html
store/templates/store/orders.html
store/templates/store/product.html
store/templates/store/products.html
store/templates/store/profile.html
store/templates/store/search.html
store/templates/store/handlebars/checkout.html
store/templates/store/handlebars/homepage.html
store/templates/store/handlebars/layout.html
store/templates/store/handlebars/profile.html
store/templates/store/includes/cart_offcanvas.html
store/templates/store/includes/header.html
store/templates/store/includes/orders.html
store/templates/store/includes/pagination.html
store/templates/store/includes/product_filter.html
store/templates/store/includes/products.html
store/templates/store/layout/layout.html
store/templatetags/__init__.py
store/templatetags/store_extras.py