14 questions from the last 7 days
2
votes
1
answer
43
views
Displaying related items in an inline formset in Django
I have an inline formset in Django. I have a table called SubItem which is related to Item. Many SubItems to one Item. Some Items don't have any SubItems.
Sections of code are obviously missing from ...
1
vote
1
answer
59
views
TailwindCSS utilities/classes always override static CSS styles [closed]
I try to use TailwindCSS and CSS (as static), but TailwindCSS utilities override the static CSS styles. I tried moving TailwindCSS invocation tags after, before static CSS invocation, but it didn't ...
0
votes
1
answer
24
views
unable to make changes on DB or admin after crud operation./formset
I am building a mid-level project called School-Admin Panel with Django. I have completed most of the segments sucessfully, but I am having an issue with the performance forest.
The formset loads and ...
0
votes
1
answer
44
views
Django Summernote: How to delete attachment files from server when removing them from admin?
When I delete a file from the Attachment model (which is provided by django-summernote), the record is removed from the database, but the actual file remains on the server.
I want to make sure that ...
-1
votes
0
answers
17
views
inject an image with the other info in the response body in djangorestframework [closed]
hy i really need to send an image within the Response object of the djangorestframework endpoint . if there is anyone know how please take a moment and send a comment. ...
-1
votes
0
answers
44
views
Django + allauth email first authentication [closed]
I have a django rest api app where I want to setup a custom authentication flow. Here is how I want it to work.
Sign Up
User enters email
User gets email verification code
User enters verification ...
-3
votes
0
answers
55
views
how do I response partial html with fetch [closed]
I response posts in partials html with fetch, but each time get posts from server also return current page header. i just want to get header first.
partial html(server responses it when requested with ...