Re: selectfilter2 javascript and django

2021-04-24 Thread dev.h...@gmail.com
Thank you so much. It works Le mercredi 29 avril 2015 à 13:34:25 UTC, dim...@gmail.com a écrit : > > ok i found it > > in the urls.py i add the > > (r'^jsi18n/$', 'django.views.i18n.javascript_catalog'), > > > and in template > > > > > > > Τη Τετάρτη, 29 Απριλίου 2015 - 4:12:56 μ.μ. UTC+3,

Re: Building reports in Django / Python

2021-04-24 Thread Eugene TUYIZERE
Pandas and matplotlib can solve your problem Sent from my iPhone > On 24 Apr 2021, at 22:53, Benny M wrote: > > Ah! Had to go back and read again. I think I misunderstood. > > While I don’t have a ton of experience with either, Pandas and Prometheus are > popular analysis libraries. I’ve seen

Re: Building reports in Django / Python

2021-04-24 Thread Benny M
Ah! Had to go back and read again. I think I misunderstood. While I don’t have a ton of experience with either, Pandas and Prometheus are popular analysis libraries. I’ve seen cases where a CMS is built around Pandas for user interaction... but that does requires bit of code work to build out t

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Jim Illback
I didn’t see a “createsuperuser" command. Was that done or is it part of your fixtures.json load? Jim On Apr 24, 2021, at 8:04 AM, Ejike Enyinnaya mailto:ejike.chib...@gmail.com>> wrote: Good day Kasper, Thanks for your response. The git commands I put in the email was just to give a summary

Re: Building reports in Django / Python

2021-04-24 Thread Andréas Kühne
Thanks Benny, I think I may have been a bit unclear. We have this working today with excel - and it works ok. The problem is that we have issues with layout and graph styling and so on. What I want to do is move away from excel to another solution - but I can’t seem to find any... Med vänliga

Re: Building reports in Django / Python

2021-04-24 Thread Benny M
This is a great use of management commands. I use that combined with a cron job to generate reports on a schedule. The management command allows you to use Django’s ORM for polling data, and there’s excel packages out there (can’t think of a name off the top of my head), but even to that point,

Building reports in Django / Python

2021-04-24 Thread Andréas Kühne
Hi all, I was wondering if anyone has any good resources for building reports in Django / Python. What I am trying to do is the following: * I have built a questionnaire motor - it works more or less like google forms and collects the input from 1 or more respondents to a questionnaire. So far so

Re: Reg Django integration with promethus

2021-04-24 Thread Kasper Laudrup
On 24/04/2021 20.31, Deena M wrote: > hi, > i'm trying to setup django with promethus  > > i've done all the steps as mentioned > in  > https://docs.timescale.com/latest/tutorials/tutorial-howto-monitor-django-prometheus > Great > but unable to point the promethus to django application. > What

Reg Django integration with promethus

2021-04-24 Thread Deena M
hi, i'm trying to setup django with promethus i've done all the steps as mentioned in https://docs.timescale.com/latest/tutorials/tutorial-howto-monitor-django-prometheus but unable to point the promethus to django application. any suggestions would really help. Regards, Deena -- You recei

How to save a result of multiplication

2021-04-24 Thread jose angel encinas ramos
Hi everyone i build a web application in Django 3.1.7 and i try to do the next opeation(multiplication). in my models a have: class Articles(models.Model): quantity = models.PositiveIntegerField() cost_buy = models.DecimalField(max_digits=10, decimal_places=2) total_todo = models.Dec

Validate group of fields

2021-04-24 Thread Roberth Solis Martínez
Hello guys! I've 3 fields, but I need validate it as a group, Ej: adults = forms.IntegerField(initial=0) kids = forms.IntegerField(initial=0) students = forms.IntegerField(initial=0) The Idea is to validate it as a group, not sure if that makes sense or if I need custom validation for that fi

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
Good day Kasper, Thanks for your response. The git commands I put in the email was just to give a summary of what I had done and not the full details, that way my email is not too long and cumbersome to read. I can assure you on my CLI, I ran the proper git commands putting in the right informat

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
Good day Kasper, Hi Kasper, Thanks for your response. The "git" commands I put in the email was not just to give any one an idea of what commands I had run but on my CLI, I ran the proper git commands with the proper messages and not leaving it empty. BR, Ejike Chiboka 0804537; 08166516400