proshop_django icon indicating copy to clipboard operation
proshop_django copied to clipboard

Results 28 proshop_django issues
Sort by recently updated
recently updated
newest added

Missing return in the else statement!

Remove the data sent with dispatch for the CART_CLEAR_ITEMS action type, because we don't need it in the cartReducer!

Update the file by removing duplicate code, it's true that we create a new array but the code is clean and more readable!

Python packages when installed via pip command throws error when python version is 3.9 and above. The issue is with djangorestframework-simplejwt v4.4.0 which is incompatible with python v3.9 and above...

i try to run your project (python manage.py runserver) and what i get on cmd is: Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call...

Page not found (404) on page refresh in production

The images of the website aren't loading after deployed in heroku. It is working fine in localhost. I am lost at this part. Someone help me out. The website link...

# :whale: Using Docker Compose In production, Django uses a WSGI server such as Gunicorn and a web server such as Nginx. ### Architecture: ![my docker -2](https://user-images.githubusercontent.com/46235445/130343832-edcb95b2-2e9a-4b52-9f35-6fd6faa213d0.png) Request Flow Diagram...

Below is the full error, please help ---------------------------------- TypeError: Cannot read properties of undefined (reading '_id') (anonymous function) src/screens/PlaceOrderScreen.js:31 28 | 29 | useEffect(() => { 30 | if (success)...