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)
Django 3.2.9 Url Path İmportError
I have created a django project called "blogprojesi". I want to import the urls.py file inside the application I created with the name "inf" to the urls.py file inside this project...
ALT
Votes: 0
Answers: 1
Django template nested include passing variables
I use django template index.html to render the frontpage. It includes another template to create a link icon. This template url_icon.html includes another template icon.html. When passing the argument...
ar2015
Votes: 0
Answers: 1
Django 3.2 makemigrations ProgrammingError: table doesn't exist for abstract model
I'm currently updating my website to use Django 3.2, but I use the zinnia blog which is no longer receiving updates. I'm making the necessary changes to bring it up to compatibility with 3.2 but I'm n...
somesmart
Votes: 0
Answers: 1
Hide one of the User.ModelAdmin.fieldsets if User role changes in django
Hi I want to hide some fieldsets in admin if user role changes.
In get_queryset() I'm changing queryset if role == 'CMS' I also want to hide Permission fieldset for same role.
Here is my admin:
Note: ...
Rajat Jog
Votes: 0
Answers: 0