models design for student result system

2020-12-04 Thread Dexterr Jay
[image: image.png] i need help with design of the above models for my student result system project -- 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+

Create a website from API available

2020-12-04 Thread man nguyen
I am learning django and I want to ask if django will assist me in creating a website using the available api and I want to know how to do it? api docs i have : https://developer.cisco.com/meraki/api-v1/#!get-device please tell me how to do it. tks -- You received this message because you are

Tabular inline "+" feature, to add a new form within a section is not working.

2020-12-04 Thread Sarika D
I developed a small web app using Django. I am facing the error as below. Your support will be highly appreciated. *My Env* *Linux Ubuntu 20.04* VERSIONS: Grappelli 2.12.3, Django 2.2.6 STATICFILES: OK, JAVASCRIPTS: OK, CUSTOMIZATIONS: NONE, ... In "Stacked inline" format, the feature/symbol "

Re: controlling stdout

2020-12-04 Thread Kris A. Stern
Why not try something Python based instead which is also free. What kind of functionality are you looking for? Are you planning to plot, if so you could try numpy, scipy, and matplotlib. On Sat, 5 Dec 2020 at 02:02, Tom Sgouros wrote: > Anybody have any random thoughts about this? I have run out

Re: controlling stdout

2020-12-04 Thread Tom Sgouros
Anybody have any random thoughts about this? I have run out of ideas to test. Thank you, -Tom On Wed, Dec 2, 2020 at 10:32 PM Tom Sgouros wrote: > Hello all: > > I have a Django application that dispatches processing to a matlab script > using exec. How can I capture the stdout and stderr of