1,156
Reputation
145 views

Registered User

Name
Member for 1 year
Seen Nov 16 at 21:24
Website
Location
Age
Oct
13
accepted manage.py not updating database name
Sep
4
comment Favorite Django Tips & Features?
I agree 100% on this one. I started out using hard coded urls, and it bit me on a project when I changed the url format around a bit to accommodate some changes. I took the time to go back and dig through everything and replace hard coded urls. My only big complaint is that url tag errors kill the whole page while hard coded only messes up the individual link.
Sep
4
comment How to make a repeating generator in Python
I think that's more than a small nitpick. That's the entire reason for the difference. And as John pointed out, the desired behavior can be gained with an overloaded iter.
Sep
2
answered manage.py not updating database name
Sep
2
asked manage.py not updating database name
Sep
1
comment Django Formset.is_valid() failing for extra forms
I'm having what seems to be the same bug, but providing an initial didn't actually solve the problem. Are you sure that was what actually fixed your problem?
Aug
25
revised How can I have a green font in *NIX’s gvim?
edited tags
Aug
24
answered Python - Things one MUST avoid
Aug
24
awarded  Civic Duty
Aug
24
comment How django projects can be deployed with minimal installation works?
This is a bit orthogonal to your question, but at the moment mod_wsgi is recommended over mod_python.
Aug
4
awarded  Notable Question
Aug
3
awarded  Yearling
Jul
24
awarded  Favorite Question
Jul
24
awarded  Nice Question
Jun
19
awarded  Organizer
Jun
18
answered How to concatenate strings with binary values in python?
Jun
18
comment Finding local IP addresses in Python.
The one liner solution above generally works on windows. It's the Linux one that's being a problem.
Jun
17
awarded  Popular Question