depending on processing time for formulars, you might want to consider a broker setup : https://realpython.com/asynchronous-tasks-with-django-and-celery/ if processing time is negligible then no need
On Saturday, 22 December 2018 07:29:20 UTC+11, Mohamed Hashi wrote: > > i have a problem with models > i write the code > but still dont wanna makemigrartions > any help > thanks . > > في الجمعة، 14 ديسمبر 2018 في 3:33 ص تمت كتابة ما يلي بواسطة codesign web > za <[email protected] <javascript:>>: > >> I eventually chose django-chartjs and django-datatable for this >> >> On 13/12/2018 19:55, carlos wrote: >> >> yes, is posible in Django make forms for input user and output make grahp >> and table >> >> Cheers >> >> On Thu, Dec 13, 2018 at 9:35 AM Mamoudou Diallo <[email protected] >> <javascript:>> wrote: >> >>> Hey EVERYONE ! >>> >>> I am working on a project where I am would like to use django to build a >>> site that computes certain financial formulas based on user inputs or even >>> better (based on Time series data set) and spits out the results in a form >>> of a graph or predisgned table. I have the formulas written out in python >>> already, but I am new to django, but I have watched a few tutorial videos >>> and how powerful it is. Most of the tutorials and content that I have come >>> accross with is primarily not related to finance but mouch more towads >>> building blog posts etc.... >>> >>> >>> Please checkout the attachement for a picture view of what I want to do. >>> -- >>> 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 [email protected] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> Visit this group at https://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/bddac915-325e-4a1c-af18-4c4b8ef39993%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/django-users/bddac915-325e-4a1c-af18-4c4b8ef39993%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> -- >> att. >> Carlos Rocha >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAM-7rO2Csx2bMZBO%3DfHzSxdEwbxfkdmZFsfh4mmOnQFu1JzWGw%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/django-users/CAM-7rO2Csx2bMZBO%3DfHzSxdEwbxfkdmZFsfh4mmOnQFu1JzWGw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/4000facf-e1cb-3aef-91cf-c33290f1bf9a%40codesign.web.za >> >> <https://groups.google.com/d/msgid/django-users/4000facf-e1cb-3aef-91cf-c33290f1bf9a%40codesign.web.za?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1c2f61a7-49b0-4135-8977-ec833a41dc3d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

