*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 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
2 matches
Mail list logo