Re: Problem with static files inDjango-Oscar

2025-04-05 Thread KEVIN DAVID
*Check **STATICFILES_DIRS* Since you are running locally, you need to add: python CopyEdit STATICFILES_DIRS = [BASE_DIR / "static"] This tells Django where to look for static files in development mode. *2. Use **runserver** With **--insecure** (For Debugging)* Try running the development s

I need the excel having multiple sheets but it was not done help me to do it

2025-04-05 Thread Balaji Vinothkumar
I have created the function to export the excel sheet separately now i need to combine the separate sheets into single excel file : when use this showing the 200 response but the excel file was not generated in my file so help me to fix it @api_view (['POST']) @permission_classes([IsAuthenticat