Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
43 views

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 ...
Spinnaay's user avatar
  • 151
1 vote
1 answer
59 views

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 ...
Avoy Sain's user avatar
0 votes
1 answer
24 views

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 ...
Nicolas Riggs Nicolas's user avatar
0 votes
1 answer
44 views

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 ...
Afshar Sharifi's user avatar
-1 votes
0 answers
17 views

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. ...
Ali Slimani's user avatar
-1 votes
0 answers
44 views

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 ...
Eric Killian's user avatar
-3 votes
0 answers
55 views

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 ...
Samyar's user avatar
  • 1