MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
shopsite/manage.py
shopsite/activity/__init__.py
shopsite/activity/admin.py
shopsite/activity/apps.py
shopsite/activity/models.py
shopsite/activity/tests.py
shopsite/activity/views.py
shopsite/buyer/__init__.py
shopsite/buyer/admin.py
shopsite/buyer/apps.py
shopsite/buyer/models.py
shopsite/buyer/tests.py
shopsite/buyer/views.py
shopsite/buyer/migrations/0001_initial.py
shopsite/buyer/migrations/__init__.py
shopsite/cart/__init__.py
shopsite/cart/admin.py
shopsite/cart/apps.py
shopsite/cart/cart.py
shopsite/cart/context_processors.py
shopsite/cart/forms.py
shopsite/cart/models.py
shopsite/cart/tests.py
shopsite/cart/urls.py
shopsite/cart/views.py
shopsite/cart/templates/cart/cart_detail.html
shopsite/cart/templates/cart/cart_shortcuts.html
shopsite/comment/__init__.py
shopsite/comment/admin.py
shopsite/comment/apps.py
shopsite/comment/models.py
shopsite/comment/tests.py
shopsite/comment/views.py
shopsite/comment/migrations/0001_initial.py
shopsite/comment/migrations/__init__.py
shopsite/image/__init__.py
shopsite/image/admin.py
shopsite/image/apps.py
shopsite/image/models.py
shopsite/image/tests.py
shopsite/image/views.py
shopsite/image/migrations/0001_initial.py
shopsite/image/migrations/__init__.py
shopsite/order/__init__.py
shopsite/order/admin.py
shopsite/order/apps.py
shopsite/order/forms.py
shopsite/order/models.py
shopsite/order/tests.py
shopsite/order/urls.py
shopsite/order/views.py
shopsite/order/api/__init__.py
shopsite/order/api/apis.py
shopsite/order/api/serializers.py
shopsite/order/api/urls.py
shopsite/order/migrations/0001_initial.py
shopsite/order/migrations/__init__.py
shopsite/order/templates/order/order_pdf.html
shopsite/order/templates/order/ordercreate.html
shopsite/order/templates/order/ordercreated.html
shopsite/order/templates/order/orderlist.html
shopsite/payment/__init__.py
shopsite/payment/admin.py
shopsite/payment/apps.py
shopsite/payment/models.py
shopsite/payment/tasks.py
shopsite/payment/tests.py
shopsite/payment/urls.py
shopsite/payment/views.py
shopsite/payment/templates/payment/payment_base.html
shopsite/payment/templates/payment/payment_cancel.html
shopsite/payment/templates/payment/payment_confirm.html
shopsite/payment/templates/payment/payment_done.html
shopsite/payment/templates/payment/payment_process.html
shopsite/post/__init__.py
shopsite/post/admin.py
shopsite/post/apps.py
shopsite/post/models.py
shopsite/post/tests.py
shopsite/post/views.py
shopsite/product/__init__.py
shopsite/product/admin.py
shopsite/product/apps.py
shopsite/product/models.py
shopsite/product/tests.py
shopsite/product/urls.py
shopsite/product/views.py
shopsite/product/api/__init__.py
shopsite/product/api/apis.py
shopsite/product/api/serializers.py
shopsite/product/api/urls.py
shopsite/product/migrations/0001_initial.py
shopsite/product/migrations/__init__.py
shopsite/product/templates/product/categorylist.html
shopsite/product/templates/product/extraproductdetail.html
shopsite/product/templates/product/index.html
shopsite/product/templates/product/productdetail.html
shopsite/seller/__init__.py
shopsite/seller/admin.py
shopsite/seller/apps.py
shopsite/seller/models.py
shopsite/seller/tests.py
shopsite/seller/url.py
shopsite/seller/views.py
shopsite/seller/migrations/0001_initial.py
shopsite/seller/migrations/__init__.py
shopsite/shop/__init__.py
shopsite/shop/admin.py
shopsite/shop/apps.py
shopsite/shop/models.py
shopsite/shop/tests.py
shopsite/shop/urls.py
shopsite/shop/views.py
shopsite/shop/migrations/0001_initial.py
shopsite/shop/migrations/__init__.py
shopsite/shop/templates/shop/shopindex.html
shopsite/shop/templates/shop/shoplist.html
shopsite/shopsite/__init__.py
shopsite/shopsite/celery.py
shopsite/shopsite/cookies.py
shopsite/shopsite/generalapiview.py
shopsite/shopsite/urls.py
shopsite/shopsite/wsgi.py
shopsite/shopsite.egg-info/PKG-INFO
shopsite/shopsite.egg-info/SOURCES.txt
shopsite/shopsite.egg-info/dependency_links.txt
shopsite/shopsite.egg-info/entry_points.txt
shopsite/shopsite.egg-info/requires.txt
shopsite/shopsite.egg-info/top_level.txt
shopsite/shopsite/locale/en/LC_MESSAGES/django.mo
shopsite/shopsite/locale/en/LC_MESSAGES/django.po
shopsite/shopsite/locale/zh/LC_MESSAGES/django.mo
shopsite/shopsite/locale/zh/LC_MESSAGES/django.po
shopsite/shopsite/media/image/664e721184afb881fbefc8f586bb005d.jpg
shopsite/shopsite/media/image/664e721184afb881fbefc8f586bb005d_Dmo0oe4.jpg
shopsite/shopsite/media/image/664e721184afb881fbefc8f586bb005d_OB4uyhL.jpg
shopsite/shopsite/media/image/77acdbc1d5a63a94e6f8e031c82223fb.jpg
shopsite/shopsite/media/image/77acdbc1d5a63a94e6f8e031c82223fb_Y3fSTLb.jpg
shopsite/shopsite/media/image/77acdbc1d5a63a94e6f8e031c82223fb_qhcV6S7.jpg
shopsite/shopsite/settings/__init__.py
shopsite/shopsite/settings/base.py
shopsite/shopsite/settings/develop.py
shopsite/shopsite/settings/product.py
shopsite/shopsite/static/css/base.css
shopsite/shopsite/static/css/bootstrap-grid.css
shopsite/shopsite/static/css/bootstrap-grid.min.css
shopsite/shopsite/static/css/bootstrap-reboot.css
shopsite/shopsite/static/css/bootstrap-reboot.min.css
shopsite/shopsite/static/css/bootstrap.css
shopsite/shopsite/static/css/bootstrap.min.css
shopsite/shopsite/static/css/pdf.css
shopsite/shopsite/static/css/pdf_print.css
shopsite/shopsite/static/js/bootstrap.bundle.js
shopsite/shopsite/static/js/bootstrap.bundle.min.js
shopsite/shopsite/static/js/bootstrap.js
shopsite/shopsite/static/js/bootstrap.min.js
shopsite/shopsite/static/js/jquery-3.4.1.js
shopsite/shopsite/static/js/jquery-3.4.1.min.js
shopsite/shopsite/templates/base.html
shopsite/shopsite/templates/footer.html
shopsite/shopsite/templates/head.html
shopsite/shopsite/templates/searchbar.html
shopsite/user/__init__.py
shopsite/user/admin.py
shopsite/user/apps.py
shopsite/user/forms.py
shopsite/user/models.py
shopsite/user/permissions.py
shopsite/user/tasks.py
shopsite/user/tests.py
shopsite/user/urls.py
shopsite/user/views.py
shopsite/user/api/__init__.py
shopsite/user/api/apis.py
shopsite/user/api/authViews.py
shopsite/user/api/serializers.py
shopsite/user/api/urls.py
shopsite/user/migrations/0001_initial.py
shopsite/user/migrations/__init__.py
shopsite/user/templates/user/login.html
shopsite/user/templates/user/profile.html
shopsite/user/templates/user/register.html
shopsite/user/templates/user/user_base.html