Re: Help on Django + Plotly integration

2023-03-23 Thread Praveen Kumar
2023-03-23 154859.png] Kindly suggest. Thanks & Regards, Praveen On Wednesday, 22 March 2023 at 20:38:55 UTC+5:30 Kasper Laudrup wrote: > On 22/03/2023 15.29, Praveen Kumar wrote: > > Hi Team, > > > > I need help in implementing Plotly with Django for interactive >

Help on Django + Plotly integration

2023-03-22 Thread Praveen Kumar
Hi Team, I need help in implementing Plotly with Django for interactive dashboards. Please suggest. Thanks & Regards, Praveen -- 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,

Re:

2023-03-13 Thread Praveen Kumar
Please suggest the training material that I need to follow On Monday, 13 March 2023 at 14:39:46 UTC+5:30 Mir Junaid wrote: > I can help you connect me on linkedIn on below link: > https://www.linkedin.com/in/junaid-ahmad-mir-a7a7561b7/ > > On Mon, 13 Mar 2023 at 13:55, Praveen

Re:

2023-03-13 Thread Praveen Kumar
Yes, I want login structure and a dashboard in hieratical structure to show the progress. On Fri, Mar 10, 2023 at 8:32 PM Mir Junaid wrote: > what kind of dashboard > and for what purpose > > > On Fri, 10 Mar 2023 at 11:20, Praveen Kumar > wrote: > >> Hello Team,

[no subject]

2023-03-09 Thread Praveen Kumar
Hello Team, Need help on creating one dashboard using Django. Please help me with it. Thanks , Praveen 333286 -- 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

Re: Python Django Training

2020-02-02 Thread Praveen Kumar
I'm interested On Sat, Feb 1, 2020, 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or share me there idea. > > Regards, >

Re: Error while trying to connect latest Dango with MSSQL

2019-09-23 Thread Praveen Kumar
PVRlAz5XMVE2XgVdbQR0WWwLZwQg=e98bb4fb2be23db0a24b1803569b6d39513ea8a1>", line 125, in load_backend ) from e_user django.core.exceptions.ImproperlyConfigured: 'django.db.backends.mssql' isn't an available database backend. Try using 'django.db.backends.XXX', where XXX is one of: 'mysql',

Error while trying to connect latest Dango with MSSQL

2019-09-17 Thread Praveen Kumar
Hi All, Just I have updated the latest version of Dango. But now I'm getting error message. Please suggest me. -- 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

ms sql server connectivity to django

2019-01-06 Thread Praveen Kumar
Hi All, Changed DATABASE code as under in setting.py in Django project. But not getting able to connect to MS SQL Server. Please suggest. ATABASES = { 'default': { 'NAME': 'APJ_AIM_LITE', 'ENGINE': 'sqlserver_ado', 'HOST': 'DB_SERVER', 'USER': '',

Django Import Export on the website (not on admin page)

2018-11-08 Thread Praveen Kumar
Hi, I am looking to have an import and export button s on the user page (not on admin page). I am aware that there is django-export-import which can be used on the django admin page. Is there any other module/package or can we just use django-import-export itself on the website /user view? --

Re: Django tables with check box and delete button

2018-10-16 Thread Praveen Kumar
han what is standard practise. > You just create the regular fields, loop over the ones creating multiple > rows, assign unique name fields to each of them (you can use > {{for.counter}} for this). You then capture the request with > request.POST.getlist. > > > > > On Tue,

Django tables with check box and delete button

2018-10-16 Thread Praveen Kumar
Hello, Is there any django standard ways of creating a table with check boxes and let the user to select multiple rows using check box and the delete? Appreciate if anyone can help to provide an example to achieve this. Thanks, -- You received this message because you are subscribed to the