python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using Class-Based Views with Function-Based Views together in Django
Is it possible to use Class-Based Views with Function-Based Views together in django project?
If yes, Is that best practice ?
Can I use them together in the same views.py
Jora Karyan
Votes: 0
Answers: 1
Django DeleteView strange behavior
So I have a problem with a Django class-based Delete View. Actually, the delete view works just fine as it deletes the chosen entry, but the problem occurs when I want to redirect to the DetailView UR...
Damian Keretić
Votes: 0
Answers: 0
DRF: trying to append and delete users in a many to many field model
hi I'm new to django rest framework where I'm creating a update and delete request in which a list of users will be passed in request and then either the one specified in the request will be appended ...
Sparsh Saxena
Votes: 0
Answers: 1
one django project two apps, problem with generic views( class view)
i have two apps in one project: store and basket.
In urls.py in core of project:
urlpatterns = [
path('admin/', admin.site.urls),
path('', include('jewelry_store.urls', namespace='jewelry_stor...
hebel.dev
Votes: 0
Answers: 2