Maximiliano Rodriguez
Maximiliano Rodriguez
HI, im getting this error ... `line 61, in __getattr__ return ModuleType.__getattribute__(self, name) AttributeError: module 'nested_admin' has no attribute 'SortableHiddenMixin` here my code: `class ReportSectionFieldInline(nested_admin.SortableHiddenMixin, nested_admin.NestedTabularInline): model = ReportSectionField extra...
hi people, i had this code: ` ```python class ReportSectionFieldInline(nested_admin.NestedTabularInline): model = ReportSectionField extra = 0 classes = ['collapse'] class ReportSectionInline(nested_admin.NestedTabularInline): model = ReportSection inlines = [ReportSectionFieldInline] extra = 0...
I had this problem trying to deploy in heroku... Can you help me? Found another file with the destination path 'admin/js/cancel.js'. It will be ignored since only the first encountered...
Hi, everyone. i received this error to send a POST request to http://localhost:8080/api/token/ Internal Server Error: /api/token/ Traceback (most recent call last): File "/home/maximiliano/.pyenv/versions/3.10.4/envs/minierp-reseted/lib/python3.10/site-packages/rest_framework/views.py", line 310, in perform_content_negotiation return conneg.select_renderer(request,...