Re: runserver ignoring SCRIPT_NAME?

2013-10-13 Thread Noah Kantrowitz
bed I think. --Noah JK Laiho wrote: >Hi all, > >I'm developing a Django site that will be served in production by >nginx-proxied gunicorn. The site is mounted on a subpath, and the nginx > >config sets SCRIPT_NAME to /path to facilitate this. > >This arrangement wo

Re: Specifying lists/tuples in models - wtf?

2013-06-05 Thread Noah Kantrowitz
(r266:84292, Dec 26 2010, 22:31:48) > [GCC 4.4.5] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> ['hostname'] > ['hostname'] > >>> lol = ['hostname'] >

Re: AnonymousUser has_perm/has_module_perms function check authentication backends

2010-01-18 Thread Noah Silas
I'm not certain I understand - if anyone can perform some action, what's the point of protecting it with a permissions check? ~Noah Silas 2010/1/18 Ɓukasz Rekucki > 2010/1/18 Alex Gaynor : > > On Mon, Jan 18, 2010 at 3:55 PM, Jannis Leidel > wrote: > >> >

Re: Spam & django

2007-05-18 Thread Noah Gift
Blocking names of religious figures could be a good start On 5/18/07, Gerry Steele <[EMAIL PROTECTED]> wrote: > > > Rania Desai wrote: > > Can anything be Done about the ridiculous amount of spam that is on this > and the users list? > > I'm on a number of other lists and they don't seem to

Re: A simple photosharing application written in django

2007-04-21 Thread Noah Gift
fyi, he spammed every python WAF, so it isn't legit. On 4/21/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 4/22/07, Rico <[EMAIL PROTECTED]> wrote: > > > > I d like to show you > > http://www.morecute.com > > It's great that you're enthusiastic about your new Django project, but > ple

Re: Backwards incompatible changes

2007-04-07 Thread Noah
I'm worried about a trend I've seen before in other frameworks etc. They start off easier to use and over time get more and more generalized and then become so general and so academically correct that there is no point in using them because they're just as general as if you had to write all your o

Tags cannot contain newlines

2007-03-29 Thread Noah Slater
Hello, Please see "Tags cannot contain newlines": http://code.djangoproject.com/ticket/1147 I have been instructed by mtredinnick to bring the discussion here. Can someone please justify why this wont be fixed? Thanks, Noah --~--~-~--~~~---~--

Re: Support for a binary storage field?

2007-03-27 Thread Noah Slater
> this would be like doing exact opposite - put the load of serving > static files onto the already busy DB server All of your arguments are based on the assumption that files would be served from the database. The only sane environment would be to store the files in the database as a reference

Re: Support for a binary storage field?

2007-03-26 Thread Noah Slater
>it depends the FS you're using. To get round this problem I am using NFS. Do you have any other suggestions? Either way, I still think it would be nice to be able to store binary blobs directly via models. --~--~-~--~~~---~--~~ You received this message be

Re: Support for a binary storage field?

2007-03-26 Thread Noah Slater
Saving binary data as printable ASCII seems extremely hack^H^H^H suboptimal to me. To make a case for binary data - how about when you want to store a small image for a UserProfile. Saving to the local file-system doesn't work when you are clustering your application servers. --~--~-~-

Re: Support for a binary storage field?

2007-03-26 Thread Noah Slater
Whether you think RDMSSes are for binary data is mostly by the by. IMO the patch for #2417 is sub-optimal as it: 1) Subclasses the Char field. 2) Does not provide an intelligent manipulator. The solution to this problem is to provide a form upload field with the addition of a checkbox to sign

Re: Some kind of django.contrib.stats?

2007-02-07 Thread Noah Gift
I second that. I have some example awstats calls I did in python just for that purpose, if anyone wants to take a look. One tricky thing a client asked me to do was to parse the awstats config file and insert custom html every month, so you could look at past months full reports. I would be kind

Documentation improvement

2006-06-19 Thread Noah Aboussafy
I suppose it gets brought up a lot I figure I should bring it up too so it happens :) I think it'd be really cool if there were a central reposatory of links to off site tutorials and screen casts with a rating and tagging system. That way say I created a tutorial I could go to the site, and add