Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
2 answers
86 views

What is the difference between decorator @api_view and @csrf_exempt in project level django rest framework? I need the difference and which is better to develop the project.
Sanjay N's user avatar
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
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 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
Advice
0 votes
1 replies
41 views

It would be nice if there were an easy way to define separate session expiry time for the admin area of a django website. So, admin users could log themselves into the "normal" website (seen ...
ventolin's user avatar
  • 2,997
-3 votes
0 answers
37 views

I am building an SMS gateway system in Django that acts as an interface between university data sources (e.g., student information systems) and an SMS provider. The Architecture: To ensure data ...
Maryam sadat Mousavi'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