Van Gale

8,094
reputation
1009 views

Registered User

name Van Gale
member for 1 year
seen 1 hour ago
website
location Denver
age 51
I'm a Python developer with over 30 years of programming experience. My current focus is using Django for development of business SaaS applications.
29m
accepted Error with Django User : “AttributeError: ‘User’ object has no attribute ‘get’ “
1h
answered Error with Django User : “AttributeError: ‘User’ object has no attribute ‘get’ “
Dec
13
awarded  Enlightened
Dec
12
awarded  Nice Answer
Dec
8
comment Performing PostgreSQL LEFT OUTER JOINS and CASEs in Django.
There's also QuerySet.raw() coming in 1.2: simonwillison.net/static/2009/…
Dec
6
awarded  Mortarboard
Dec
3
answered How to enforce account based separation in Django
Dec
2
accepted How do I automatically rebuild the Sphinx index under django-sphinx?
Dec
1
comment Determine complete Django url configuration
I understood exactly what you meant about INCLUDED url configurations, but answered from faulty memory because I didn't have immediate access to a test site. I swear I've see the URL error page put a space between the top level url and the included urls but see now it doesn't. So the answer is NO, there is no way to see the complete configuration.
Dec
1
answered Determine complete Django url configuration
Dec
1
answered viewing translations in django templates (e.g - making it work)
Nov
27
accepted How can i learn CSS easily?
Nov
26
accepted import twice when run test
Nov
26
answered import twice when run test
Nov
25
answered How to make multilingual login in django?
Nov
25
accepted debugging django from command line
Nov
23
answered debugging django from command line
Nov
23
comment Unhandled Exception in Flup
For the record I'm doing this now as well... nginx front end passing requests to apache + mod_wsgi backend. The low resource usage is amazing and performance is excellent plus I can reverse proxy multiple SSL sites.
Nov
23
awarded  python
Nov
23
accepted Unhandled Exception in Flup
Nov
18
answered What’s the best way to create a ‘history’ type model in django?
Nov
17
comment Segmentation Fault - Displaying Tree
Also as answered by Tim, even if tree argument is NOT NULL, you still need to check parent, child, links for NULL before using them. +1 to both answers.
Nov
17
comment Getting data from an Excel sheet
+1 this is a great one to use because they've already coded to some of the quirks in XLRD (which is a great package).
Nov
17
comment How to manage timezones in a web application?
For another ready-to-use Django solution there is code.google.com/p/django-timezones
Nov
17
answered Help with manage.py syncdb
Nov
15
answered How can I limit the available choices for a foreign key field in a django modelformset?
Nov
12
comment django management command + yui compressor
+1 Nice answer, I was wanting to sketch out how to do a command but didn't have enough time.
Nov
12
answered django management command + yui compressor
Nov
12
comment Custom save method giving invalid tuple size error
Yes, that's a good idea... then you can be sure you define your constants like APPEARANCE_WEIGHT in one place, which is the same place the calculation is performed.
Nov
11
answered Custom save method giving invalid tuple size error
Nov
6
answered asset managers for django - choose which one?
Nov
5
awarded  Yearling
Nov
3
comment A multithreaded queue in Python
+1 This project shows good use of the standard Queue module for tasks
Nov
3
answered A multithreaded queue in Python
Oct
31
answered How do I automatically rebuild the Sphinx index under django-sphinx?
Oct
30
accepted Is there any Python module similar to Distributed Ruby
Oct
28
comment Is there any Python module similar to Distributed Ruby
+1: pyro is excellent
Oct
28
answered Is there any Python module similar to Distributed Ruby
Oct
26
accepted Does using Psyco with django make any sense ?
Oct
26
answered Does using Psyco with django make any sense ?
Oct
20
awarded  Nice Answer
Oct
19
accepted Custom Django-admin command issue
Oct
19
comment Custom Django-admin command issue
+1 beat me to it :)
Oct
19
answered Custom Django-admin command issue
Sep
30
comment How to build flexible inline formsets?
Also, to answer your concern about server side functionality, the question/answer linked above uses the stock Django formset methods, which may not be glamorous but they get the job done.
Sep
30
comment How to build flexible inline formsets?
See this question and answer: stackoverflow.com/questions/501719/…
Sep
27
awarded  Nice Answer
Sep
26
awarded  Popular Question
Sep
23
accepted Python Global Interpreter Lock (GIL) workaround on multi-core systems using taskset on Linux?
Sep
16
answered Configuring Roundup with Apache