Skip to content
Advertisement

Tag: django

Django not showing group manage options in admin page

Recently, I deployed a Django web app. However, when I’m accessing the admin page, I’m not getting the expected interface to add or remove a user from a certain group: At the of inspecting the page, I’m receiving the following messages: any idea about how to handle these errros? Thanks! Answer Content Security Policies are usually controlled via middleware like

object data editting form

I’m making django app which allow me to study. It has multiple tests with multiple question each. Every question has one correct answer. I’m trying to make form which allow me to edit answer If I made mistake in passing correct answer during making question. That’s what I have already made: while I’m trying to edit answer i’m getting Question

Advertisement