Jim Robert

4,099
reputation
289 views

Registered User

name Jim Robert
member for 1 year
seen 29 mins ago
website
location New York
age 23
I use ubuntu. I like robots (see: hardware hacking). So far, my job has been music, lucky me! Favorite Languages: python, php, javascript, html/css can you tell I do all my coding for web? *wink*
25m
revised cleaning out a Mercurial Repository
edited tags
26m
revised Running Django Tests with a Precommit Hook
added solution; edited tags
43m
comment Running Django Tests with a Precommit Hook
answer: yes it does! :) thanks
55m
comment Running Django Tests with a Precommit Hook
will it return status 1 when the tests fail?
1h
asked Running Django Tests with a Precommit Hook
4h
answered How to Unit test with different settings in Django?
6h
comment cleaning out a Mercurial Repository
@Ry4an good to know - Glad to have this disclaimer =). maybe I should look at a combination of archiving the old repo, and using MYYN's solution to create the repo for use moving forward - preserving history, but still starting fresh. Fortunately there are not many clones out in the wild. We'll just have to use traditional patches for those
18h
asked cleaning out a Mercurial Repository
Dec
11
accepted Django to use different settings.py file based on subdomains
Dec
10
revised Decorators on Django Template Filters?
bug fix
Dec
10
answered Issue with Django form when submitted using jQuery form plugin
Dec
10
revised Pass session data onto URL
added 225 characters in body
Dec
10
revised ImageModel and BaseProfile
added 260 characters in body
Dec
10
answered Pass session data onto URL
Dec
10
answered DJANGO : Update div with AJAX
Dec
10
comment how can I get the current user in a filter without explicitly passing it in?
That requires a template tag. See Zach's answer :)
Dec
9
awarded  Taxonomist
Dec
9
revised What’s the different between “2*2” and “2**2” in Python?
deleted 3 characters in body
Dec
8
accepted Decorators on Django Template Filters?
Dec
8
comment do properties work on django model fields?
wasn't sure if it would be accessible via closure or something like that - admittedly, I do not know much about closures
Dec
8
answered how can I get the current user in a filter without explicitly passing it in?
Dec
8
comment Django: how to use bare classes in urls.py urlpatterns?
very interesting - I'm not sure this will ever come in handy, but I'm glad to know it :)
Dec
8
comment searching all fields in a table in django
maybe accept an answer? lol
Dec
8
answered Django to use different settings.py file based on subdomains
Dec
8
answered searching all fields in a table in django
Dec
8
comment how to allow RSS aggregators to use feeds available only for logged-in users?
yeah that should start with from hashlib import md5 =D
Dec
7
accepted how to allow RSS aggregators to use feeds available only for logged-in users?
Dec
7
comment facebook status bar
I think it's fixed positioning. wouldn't absolute put it on the bottom of the page (rather than scree)?
Dec
7
answered how to allow RSS aggregators to use feeds available only for logged-in users?
Dec
7
comment how to allow RSS aggregators to use feeds available only for logged-in users?
that is basically security by obscurity, but at the same time it's the best possible solution, since RSS aggregators tend to have zero support for authentication
Dec
7
comment Django: Overrriding form save?
@mark it creates a new one unless you pass an instance. if you pass an instance, it does an update
Dec
6
awarded  Mortarboard
Dec
6
comment What shapes can you Draw in Css?
That's damn cool, but it uses javascript to draw the shapes, not css :/
Dec
6
revised Decorators on Django Template Filters?
added 438 characters in body
Dec
6
comment Productive Django Web Development
great answer (fogbugz would be the 'latter' though not former :)
Dec
6
comment How to properly query a ManyToManyField for all the objects in a list (or another ManyToManyField)?
Thanks! Happy to help =)
Dec
6
accepted Facebook login without opening another window/popup
Dec
5
accepted How to properly query a ManyToManyField for all the objects in a list (or another ManyToManyField)?
Dec
4
answered Decorators on Django Template Filters?
Dec
4
revised How to enforce account based separation in Django
added 179 characters in body; added 10 characters in body
Dec
4
comment How to enforce account based separation in Django
but you can just start from the user object: user.object1_set.all() instead of object1.objects.filter(user=user)
Dec
4
revised Decorators on Django Template Filters?
added 163 characters in body
Dec
4
revised Decorators on Django Template Filters?
deleted 681 characters in body
Dec
4
asked Decorators on Django Template Filters?
Dec
4
comment Hands-free mice for programmers?
Now that is just strange (but awesome)
Dec
4
revised How can I correct corrupted $PYTHONPATH?
edited tags
Dec
4
answered matching stored keywords/phrases in text
Dec
4
revised Django name field: is it better to have the whole name in one field?
added 41 characters in body
Dec
4
answered Facebook login without opening another window/popup
Dec
4
comment Django m2m and saving objects
initial thoughts: you have get_object_404 in your view, which I think should be get_object_or_404