Sunday, January 17, 2021

Re: Is there any way to custom group models in the admin panel?

Not preferred but I guess you can do it by following the below-given steps:
As soon as you end up creating your web app
1) Run the command: "python manage.py collectstatic"
2) Check for the static/admin/index.html file.
3) Edit the HTML files as per your need and convenience.

Please let me know if this answers your question  
I am a newbie in  Django, so I would love to know if there is any other way of doing the same. 

Thanks, 
Happy Coding :)

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/529de26a-0f5c-4e4a-9765-6e51fedf5db8n%40googlegroups.com.

No comments:

Post a Comment