Re: Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
21 at 17:44:45 UTC jmccla...@gmail.com wrote: > are you using django directly to run the queries or are you querying the > db. I had a similar problem a while back with a project and the load was > resolved by letting python do the work. > > > > On Sat, 20 Feb 2021 at 15:23,

Re: Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
heck the number of open file descriptor when you experienced the slow > response. > > On Sat, Feb 20, 2021 at 10:23 PM Andy Robinson > wrote: > >> Hi all, >> >> We're maintaining an application that is hitting scaling problems. It >> helps run grass-roo

Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
ry to share what I can and am very grateful for any help... Best Regards Andy Robinson -- 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-use

Re: What are the active Django e-commerce frameworks right now (2014)?

2014-04-28 Thread Andy Robinson
I second the recommendation for Stripe. I have no need for shopping carts but suffered for years dealing with credit card payments for license renewals. Many solutions were running into problems with foreign banks blocking payments (which the payment solution can't do anything about), spurious

ANN: ReportLab PLUS 3.1 - rapid PDF creation for Django sites

2014-04-28 Thread Andy Robinson
uild service. Find out more... <http://www.reportlab.com/reportlabplus/> Andy Robinson CEO / Chief Architect ReportLab -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving email

FormWizard and "add to basket" problem

2011-11-16 Thread Andy Robinson
We need to code a 5-step form wizard. The first step should let you select products with various options, validate them, then add those items to a basket, then proceed when you are ready. The next few steps are straightforward - personal details, delivery details, payment. The FormWizard in 1.3

Please criticise this storage architecture...

2010-03-03 Thread Andy Robinson
I'm planning a self-service publishing/reporting system. Django will likely be the web framework. I am considering a rather unusual storage architecture, and would love to know where the pitfalls are. Users will be companies in a small vertical space. They want to let their clients (effectively

Post-save hook after inline records saved?

2010-02-03 Thread Andy Robinson
I'm writing a bookkeeping system using Django latest code. I would like to make sure that when certain records are saved, changes are made to other records.For example, when I save a Sale model in the admin - or programmatic code - it may create (or update) a bunch of records in the general l

Re: Need suggestions on subversion structure for project

2008-09-05 Thread Andy Robinson
s connects to localhost as a standard 'development' user. Then you can check out a project and run it out of the box. Any "real" server connection params should only go in the unversioned custom file. - Andy Robinson, ReportLab --~--~-~--~~~---~--~-

Re: Better Image Uploads: Fake Model Fields?

2008-05-14 Thread Andy Robinson
ata which needs to be managed and backed up, and if it has a structured naming convention, it really helps. The only thing better would be storing BLOBS in the database table directly (he says, donning an asbestos suit and running for cover...;-) ) - Andy Robinson, ReportLab --~--~-~-

Re: Creating graphs in Django application

2006-09-08 Thread Andy Robinson
Thanks Joseph. You might find it interesting to take a look at our Diagra product datasheet... we've been in the financial charts business since 2001 http://www.reportlab.com/docs/diagra-ds.pdf The engine and most chart types have been in the open source package since 2001, but we've not rea

Re: Creating graphs in Django application

2006-09-08 Thread Andy Robinson
I have just added an article to the Wiki on how to create charts using ReportLab's graphics library I hope this helps! http://code.djangoproject.com/wiki/Charts Andy Robinson, CEO/Chief Architect, ReportLab Europe Ltd --~--~-~--~~~---~--~~ You received

Django under IIS with ISAPI

2006-09-08 Thread Andy Robinson
d reload any changed Python modules. http://moinmoin.wikiwikiweb.de/MoinMoin_ISAPI If anyone here already has Django running under IIS, please tell me - otherwise we'll have a crack at this and update the wiki if it works. - Andy Robinson, ReportLab --~--~-~--~~