Re: Is it possible to use the built-in LogEntry to track actions of every users not only in admin page?

2020-11-24 Thread shedd tutt
Check out this
https://django-simple-history.readthedocs.io/en/latest/

On Tue, 24 Nov 2020, 14:11 Sujata Aghor  wrote:

> Hello Django lovers,
>
> I am looking for something to track the actions of all users on my website.
> The LogEntry class tracks additions, changes, and deletions of objects
> done through the admin interface.
> Can we track other users' actions also in LogEntry?
> Any help is much appreciated.
> Any suggestion other than LogEntry is also most welcome.
>
>
> --
>
> Thanks & Regards!
> Sujata S. Aghor
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJCP8KBrvsgzoLFnTQfeFwP%3DRLd2dKL%2BzuGyWhV504vQey6_cQ%40mail.gmail.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALY6dde_6nJdjejcoPAJXvDqCXqsPd7dhbJRB0%2BPKEQB%2B-GcRQ%40mail.gmail.com.


Re: How to display a line graph in Django?

2020-07-01 Thread shedd tutt
Use chartjs

On Wed, 1 Jul 2020, 07:45 ratnadeep ray  wrote:

> Hi all,
>
> I have wrote a python program to display the line graph as follows:
>
> import matplotlib.pyplot as plt
>
> x = [1,2,3]
> y = [2,4,1]
>
>
> plt.plot(x, y)
>
>
> plt.xlabel('x - axis')
> plt.ylabel('y - axis')
>
>
> plt.title('My first graph!')
>
> plt.show()
>
>
> Now I need to display the same via Django. So I think I need to write the
> above code in the view and then redirect the same to the html template
> file. Am I right?
>
> In that case, how to send the request objects related to the line chart to
> the template?
>
> Normally, we send in the following format:
>
> def view1(request)
>
>
>  return render(request, 'display_report.html', { 'var1': "abc", ...
>  ... })
>
> So if we are trying to display the line graph generated by the above code,
> how to do so ?
>
> Please share your inputs.
>
> Thanks.
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/827e0d0c-6bbb-4511-af73-9fa379df699do%40googlegroups.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALY6ddd%3DN_WdOY%2B4xSUx13BjVeAdEo3ywQR5F3xUZk%2B6O4Q2jA%40mail.gmail.com.


Re: Need suggestions-Reg

2020-07-01 Thread shedd tutt
Zoom

On Wed, 1 Jul 2020, 05:38 Sai Pavan Kumar  wrote:

> Hi ,
> I need to integrate the video conferencing in my Django
> application.which is the best open source video conferencing tool available
> .please suggest me.
>
> Thanks and Regards
> Pavan T
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAFJPboZZJmF5Z-nnT6MLui%2BP8AzvMB3i3itzXFNZEUPyiSe%3D_g%40mail.gmail.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALY6ddcG0U%2BM86oKaU-wP7XSOsE8vVAPAMXY4bmggTeGjRKk1Q%40mail.gmail.com.


mysqlclient for django

2020-03-02 Thread shedd tutt
Use pip install mysqlclient

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ced13221-c921-476f-9784-68de6630b516%40googlegroups.com.


Users location tracking

2020-02-20 Thread shedd tutt
Anyone with an idea on how to use the django-user-tracking library

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ab94afe7-7657-421f-8f24-87bcb95a86d8%40googlegroups.com.