README.md
pyproject.toml
docs/source/conf.py
online_shop/__init__.py
online_shop/manage.py
online_shop.egg-info/PKG-INFO
online_shop.egg-info/SOURCES.txt
online_shop.egg-info/dependency_links.txt
online_shop.egg-info/requires.txt
online_shop.egg-info/top_level.txt
online_shop/categories/__init__.py
online_shop/categories/apps.py
online_shop/categories/models.py
online_shop/categories/serializers.py
online_shop/categories/urls.py
online_shop/categories/views.py
online_shop/categories/migrations/0001_initial.py
online_shop/categories/migrations/__init__.py
online_shop/chat/__init__.py
online_shop/chat/apps.py
online_shop/chat/consumers.py
online_shop/chat/models.py
online_shop/chat/serializers.py
online_shop/chat/migrations/0001_initial.py
online_shop/chat/migrations/__init__.py
online_shop/orders/__init__.py
online_shop/orders/apps.py
online_shop/orders/models.py
online_shop/orders/serializers.py
online_shop/orders/urls.py
online_shop/orders/views.py
online_shop/products/__init__.py
online_shop/products/apps.py
online_shop/products/models.py
online_shop/products/serializers.py
online_shop/products/urls.py
online_shop/products/views.py
online_shop/products/migrations/0001_initial.py
online_shop/products/migrations/__init__.py
online_shop/shop/__init__.py
online_shop/shop/asgi.py
online_shop/shop/settings.py
online_shop/shop/urls.py
online_shop/shop/wsgi.py
online_shop/tests/__init__.py
online_shop/tests/categories/__init__.py
online_shop/tests/categories/test_models.py
online_shop/tests/categories/test_serializers.py
online_shop/tests/categories/test_views.py
online_shop/tests/orders/__init__.py
online_shop/tests/orders/test_models.py
online_shop/tests/orders/test_serializers.py
online_shop/tests/orders/test_views.py
online_shop/tests/products/__init__.py
online_shop/tests/products/test_models.py
online_shop/tests/products/test_views.py
online_shop/tests/users/__init__.py
online_shop/tests/users/test_models.py
online_shop/tests/users/test_serializers.py
online_shop/tests/users/test_views.py
online_shop/users/__init__.py
online_shop/users/apps.py
online_shop/users/models.py
online_shop/users/serializers.py
online_shop/users/signals.py
online_shop/users/urls.py
online_shop/users/views.py
online_shop/users/migrations/0001_initial.py
online_shop/users/migrations/0002_userprofile_cart_userprofile_user.py
online_shop/users/migrations/__init__.py