Re: [ANN] Django 1.4.2 and 1.3.4 remedy security issues

2012-10-17 Thread Ross Poulton
Django==1.3.4 doesn't appear to be on Pypi, is it likely to be there soon? On Thursday, 18 October 2012 09:38:49 UTC+11, James Bennett wrote: > > Django 1.4.2 and 1.3.4 have just been released in response to a > security issue reported to us. > > Details are here: > > https://www.djangoproject.

Re: Django Deployment Statistics (via djangosites.org)

2011-01-24 Thread Ross Poulton
That was added a few months (or more?) back after some users emailed me asking me to add "wsgi" to the list. Admittedly in hindsight it's a little vague and has probably ended up being a catch-all for "wsgi: other". -- You received this message because you are subscribed to the Google Groups

Re: Django Deployment Statistics (via djangosites.org)

2011-01-24 Thread Ross Poulton
On Jan 23, 4:11 pm, Shawn Milochik wrote: > Cool. I just submitted a couple of sites myself. Along with a bunch of others - looks like this post caused a flurry of new submissions & updates to existing listings :) On Jan 23, 5:27 pm, Graham Dumpleton wrote: > For each category, is there a list

Django Deployment Statistics (via djangosites.org)

2011-01-22 Thread Ross Poulton
Hello fellow Django users, A long time ago I started collecting deployment information from Django users submitting their websites to www.djangosites.org. I promised at the time to make the stats public, and although i've shared them with a few I've never made it public that the stats are availabl

Re: Django Deployment Methods: Survey (via DjangoSites)

2009-04-09 Thread Ross Poulton
On Apr 9, 5:41 pm, Graham Dumpleton wrote: > The djangosites about page says: > >   Served by Apache and mod_python Oops - that's a little bit out of date. Thanks for the heads-up :) It's now updated to reflect how it's actually served: nginx/fastcgi on a Rimuhosting VPS. > The site seems to wo

Re: Django Deployment Methods: Survey (via DjangoSites)

2009-04-09 Thread Ross Poulton
On Apr 9, 11:24 am, Graham Dumpleton wrote: > Is the list of options on the site somewhere where a login isn't > required? I had a dig around when you first mentioned this, but > couldn't find it. The options that can be selected are: DATABASE: - MySQL - PostgreSQL - sqlite - Oracle - MS S

Re: Django Deployment Methods: Survey (via DjangoSites)

2009-04-08 Thread Ross Poulton
I'm already seeing a number of responses to this which is great. On Apr 7, 7:56 pm, Oli Warner wrote: > Please add Cherokee to the server choices and SCGI to the method choices. I > can't edit my sites (accurately) until you have. I knew I'd miss something. I've added those options, thank you.

Django Deployment Methods: Survey (via DjangoSites)

2009-04-07 Thread Ross Poulton
There are quite a few different ways to deploy Django applications so that the big wide world can see them. I'm on a mission to find out which methods are most popular, which web servers people are using, and what RDBMS is storing the data of Djangonauts world-wide. Last night I put some changes

Re: ANNOUNCE: Django 1.0 released

2008-09-03 Thread Ross Poulton
Congratulations to all involved! Thank you very much, now make sure you enjoy the Launch party at DjangoCon :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Best Django Blogs

2007-11-06 Thread Ross Poulton
On Nov 7, 9:32 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What are the best django blogs, can you guys tell me. Thanks High on my daily visit list is the Django community aggregator[1] which displays django-related blog posts from various members of the community. [1] http://www.django

DjangoPoweredSites to close; all sites moved to djangosites.org.

2007-11-04 Thread Ross Poulton
After some e-mail discussions with Jacob Kaplan-Moss from the Django team, I've moved all of the sites listed on the old DjangoPoweredSites wiki page to Djangosites.org. It took a fair bit of time to weed out some not-working pages and expired domains (which have, of course, been purchased by spa

Re: elance'in django programmers

2007-10-25 Thread Ross Poulton
In my opinion, 40-50 Euros (Which is approx $60-$80 Australian dollars, with which I'm much more familiar!) is a very reasonable rate for a GOOD coder who does good design work along with their programming. The fact that you can get a PHP coder for $20 AUD/hr probably says more about the dilution

Re: Django Flatpages With Memcache as storage location

2007-09-16 Thread Ross Poulton
Try creating a template called '404.html' (Even if it's empty for starters; but you should put a useful message in there before go-live) and see if your flatpages work with Debug turned off. --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: where to control redirect url in update_object?

2007-09-10 Thread Ross Poulton
On Sep 11, 2:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > after updating the object, it redirect to /users/xxx, but i want it go > to /user/xxx. django.contrib.auth.models.User defines get_absolute_url() for the User object as /users/xxx. the update_object() view by default uses get_a

Re: truncating posts with markdown

2007-09-03 Thread Ross Poulton
On Sep 3, 4:31 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > Markdown wraps all text in tag so truncate_html doesn't work I haven't seen that either... It wraps the paragraphs in tags through, which makes sense. To truncate it, why not change the order of your filters? {{ table.fieldname|trun

Re: Anyone built a django site in Welsh?

2007-08-29 Thread Ross Poulton
Sorry for the off-topic reply... but did the mention of Welsh make anybody else think of Snakes & Rubies[1]? Cool presentation for those who haven't yet seen it. "Already we have 19 translations of the Django admin, and it's really a trip for the hell of it to go in there, and change your browser

Re: Accessing {{ request }} in the login view

2007-08-07 Thread Ross Poulton
I'm not sure what I did wrong with my middleware, however I created a new context processor that set 'myfield', so it's accessible properly from all templates that are fed a RequestContext. I've kept the middleware intact to set request.myfield as early as possible in the request/response cycle,

Accessing {{ request }} in the login view

2007-08-07 Thread Ross Poulton
I have a custom context processor that sets request.myfield, so it can be used elsewhere such as views, templates, etc. It's a very regularly accessed piece of information that is required just about everywhere, so a middleware seemed to be a nifty place to put it. My TEMPLATE_CONTEXT_PROCESSORS

Re: Introducing DjangoSites.Org

2007-06-24 Thread Ross Poulton
Sorry all, I thought I'd replied to this last week but mustn't have hit 'Send'. On Jun 21, 12:52 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > i had registered as 'lawgon' and waited several hours - but no mail. > Can you check out? As you'd noticed, I've verified your account. According to

Re: "Powered by Django" directory - Designer Wanted!

2007-06-14 Thread Ross Poulton
ted! Also fixed a little bug pointed out by Malcolm where a trace was thrown up on the most-commented page as no pages yet have any comments. Thanks, Malcolm! Ross -- Ross Poulton www.rossp.org [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message b

Re: "Powered by Django" directory - Designer Wanted!

2007-06-13 Thread Ross Poulton
I've actually just put in a little mod to cause labels to show up in red when there is an error (and requried fields are bold). We'll expand on that once the new look & feel is up. There are now 6 sites listed at www.djangosites.org which has fleshed out the front page a bit. Thanks for submittin

Re: "Powered by Django" directory - Designer Wanted!

2007-06-13 Thread Ross Poulton
On Jun 14, 3:37 pm, olive <[EMAIL PROTECTED]> wrote: > in fact there was an error, but it didn't catch my eyes. > > You should make it more visible. Once wathi's design is online the error messages etc should be much clearer. Thanks for the feedback! Ross --~--~-~--~~~-

Re: "Powered by Django" directory - Designer Wanted!

2007-06-12 Thread Ross Poulton
On Jun 11, 5:26 pm, olive <[EMAIL PROTECTED]> wrote: > After having click on "Add site" the form displayed again without any > success or failure message. Olive, I haven't had any such issues - the form will redisplay if you have any issues, but error messages should be shown to you. I've just t

Re: "Powered by Django" directory - Designer Wanted!

2007-06-08 Thread Ross Poulton
Thanks to everyone who has provided feedback both here and off-list. On Jun 6, 3:08 am, wathi <[EMAIL PROTECTED]> wrote: > So here is my first shot. > > 1024x768http://img131.imagevenue.com/img.php?image=63063_djpr1_122_506lo.jpg I really like the way you've bordered the individual images there.

"Powered by Django" directory - Designer Wanted!

2007-06-04 Thread Ross Poulton
Hi all, I've been using Django for quite a while now, some of you may know my name from occasional blog posts on the Django community aggregator. I've been working on a website to showcase websites that are Powered by Django. In a similar vein to djangosnippets.org the site lets people sign up,

Re: sql log

2007-03-13 Thread Ross Poulton
On Mar 14, 8:54 am, "Greg Donald" <[EMAIL PROTECTED]> wrote: > How can I see the sql Django produces? There was a fantastic template snippet posted recently at DjangoSnippets - http://www.djangosnippets.org/snippets/93/ - I added this to an application and used its output to whither down a 380+ q

Re: Puzzling META.unique_together issue

2006-03-04 Thread Ross Poulton
Using Django you don't need to explicitly define the PhotoTag model. Create your Tag model first, then create the Photo model. In the Photo model, include a field like such: tags = meta.ManyToManyField(Tag) The admin interface will render this as a select box where you can select multiple value

Accessing a session within template context processors

2006-02-23 Thread Ross Poulton
Hi all, In my Django app I've got a few entries in TEMPLATE_CONTEXT_PROCESSORS that let me set a few context variables that are common to every page. I do this as some of my pages are generic views, some are custom views, and some are just plain flatpages. It's the easiest way for me to set varia