django

73 views
Skip to first unread message

Ikrombek

unread,
Feb 27, 2023, 2:29:26 PM2/27/23
to Django users
Hello
Can I create strongest dashboard with django 

Benjamin Telford

unread,
Feb 27, 2023, 2:33:36 PM2/27/23
to django...@googlegroups.com
Hello. lkrombek

I have just read your email, and the answer of your email is "Yes."
I can help you to create the wonderful dashboard using frontend framework such as React, Vue and Angular etc. Also, you can use the dashboard that be provided by Django
My experience will be helpful for your issue.

Benjamin Telford

On Mon, Feb 27, 2023 at 9:29 AM Ikrombek <ikrom...@gmail.com> wrote:
Hello
Can I create strongest dashboard with django 

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f305c42f-915a-46d5-b535-559b18bb5040n%40googlegroups.com.

OSP PRO

unread,
Feb 27, 2023, 2:40:14 PM2/27/23
to django...@googlegroups.com
Yes, Django is much trustworthy admin dashboard, than other frameworks. 

On Mon, Feb 27, 2023 at 5:29 PM Ikrombek <ikrom...@gmail.com> wrote:
Hello
Can I create strongest dashboard with django 

--

Abhishek ozha

unread,
Feb 27, 2023, 3:50:16 PM2/27/23
to django...@googlegroups.com
I just created a normal school name adding API and how do I add role based authentication In that

Ikrombek

unread,
Mar 1, 2023, 12:45:55 PM3/1/23
to Django users
How to make a user's post visible only to that user using Django

ALBERT ASHABA AHEEBWA

unread,
Mar 1, 2023, 12:48:45 PM3/1/23
to django...@googlegroups.com
If user.is_authenticated





On Wed, 1 Mar 2023, 15:45 Ikrombek, <ikrom...@gmail.com> wrote:
How to make a user's post visible only to that user using Django

--
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...@googlegroups.com.

Dev Femi Badmus

unread,
Mar 1, 2023, 2:51:37 PM3/1/23
to django...@googlegroups.com
To make a user post visible only to that user i.e only to that same user that post it you do

1.   {% if post.author == user %}
             My html post code

2.   {% if post.author == user.id %}
                My html post code


if ur post class use many to many field for author use no 1 else if u put in user.id for author use no 2 else just show ur post class model

Hamza Shahid

unread,
Mar 1, 2023, 4:00:49 PM3/1/23
to django...@googlegroups.com
Override get_queryset method or use models.objects.filter(user=request.user)

On Wed, Mar 1, 2023, 5:45 PM Ikrombek <ikrom...@gmail.com> wrote:
How to make a user's post visible only to that user using Django

--

Folarin Ogungbemi

unread,
Mar 1, 2023, 4:00:50 PM3/1/23
to django...@googlegroups.com
To make this possible the user must have a profile such that if they signed in to the page they only can see informations attached to that user.

There are different ways to achieve this
But first there should be an authentication in place. 
The settings can then be done either from the template or from the views.py so that when the user is logged in this information will be visible to their ‘id’.

On 1. Mar 2023, at 13:45, Ikrombek <ikrom...@gmail.com> wrote:

How to make a user's post visible only to that user using Django

Michael Starr

unread,
Mar 1, 2023, 8:50:48 PM3/1/23
to Django users
This.

Ryan Nowakowski

unread,
Mar 2, 2023, 12:34:41 AM3/2/23
to django...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages