Amit Patel
Amit Patel
I am following the tutorial and at the admin.py, I am getting the error ```bash ImportError: cannot import name 'erp_framework_site' from 'erp_framework.admin.admin' (/home/ubuntu/erp/.venv/lib/python3.10/site-packages/erp_framework/admin/admin.py) ```
When I login to django admin panel. It sets the sessionid and csrf token as cookies. When I logout from the admin panel it deletes the sennsionid but keeps the...
I am using the https://github.com/vbabiy/djangorestframework-camel-case in order to format the response to camel case. The problem is when there is any Error is raised, the fields are rendered as snake...
The camelCase is working fine with the GET data, but it is not working with the POST data whe using drf-spectacular. GET Data: ```json { "id": 1, "createdAt": "2024-07-14T09:41:50.010621Z", "updatedAt":...