Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Hi, Can you please recommend any ui components to use with django, like graphs, datagrid etc. With regards, Annadatha. On Sun, Jun 18, 2023, 8:59 PM Annadatha Rao wrote: > Dear All, > > Do DJANGO migrations work with Oracle 11.2 with python-oracle db driver, > please show me an example if wor

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Thank you for your reply. Annadatha. On Thu, Jun 22, 2023, 10:45 PM Praveen Chaudhary wrote: > Hi Annadatha, > > I'm glad to hear that upgrading to Oracle 21c worked for you. As for your > question about working without migrations in Django, it's certainly > possible but it's important to under

Re: Can any one help me with this question

2023-06-22 Thread Praveen Chaudhary
Hi Annadatha, I'm glad to hear that upgrading to Oracle 21c worked for you. As for your question about working without migrations in Django, it's certainly possible but it's important to understand the implication and trade-offs. Django migrations provide a way to manage and apply changes to your

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Hi Prabin, Thank you, it worked when I upgraded db to 21c (oracle), thank you for your help. Small question, can I work without migrations, some have I hate migrations being a legacy programmer from (Cobol days). I value your opinion. Thank you, ANNADATHA. On Sun, Jun 18, 2023 at 9:19 PM Pravee

Re: Dashboard with plotting graph

2023-06-22 Thread Ruby Shell
Most time, it is wise to fetch your data from Django backend and then visualize it with javascript libs such as Apex chart, chartJS, chartist (you name them). And if you still wish to do it in the python way, you may have to take a look at Ploty for python (https://plotly.com/python/) On Wednes