Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
myenv/
myenv/
eshop_env/
Binary file added __pycache__/manage.cpython-311.pyc
Binary file not shown.
Binary file added backend/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added backend/__pycache__/settings.cpython-311.pyc
Binary file not shown.
Binary file added backend/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file added backend/__pycache__/wsgi.cpython-311.pyc
Binary file not shown.
Binary file added base/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added base/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file added base/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file added base/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file added base/__pycache__/serializers.cpython-311.pyc
Binary file not shown.
Binary file added base/__pycache__/signals.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added base/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added base/urls/__pycache__/order_urls.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file added base/urls/__pycache__/user_urls.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added base/views/__pycache__/user_views.cpython-311.pyc
Binary file not shown.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ click==7.1.2
colorama==0.4.4
cs50==5.0.4
distlib==0.3.1
Django==3.1.4
Django==3.0.0
django-ckeditor==5.9.0
django-cors-headers==3.5.0
django-crispy-forms==1.9.2
django-filter==2.3.0
django-js-asset==1.2.2
django-storages==1.9.1
djangorestframework==3.11.1
djangorestframework-simplejwt==4.4.0
djangorestframework-simplejwt==4.5.0
docutils==0.15.2
filelock==3.0.12
Flask==1.1.2
Expand All @@ -34,8 +34,8 @@ jmespath==0.10.0
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
mccabe==0.6.1
Pillow==8.0.1
psycopg2==2.8.5
Pillow
psycopg2
pycodestyle==2.6.0
PyJWT==1.7.1
pylint==2.6.0
Expand Down