1,813 reputation
1717
bio website dotman.ca
location Prince Edward Island, Canada
age 32
visits member for 2 years, 9 months
seen 8 hours ago
stats profile views 158

I work as a Java Developer / Analyst. In my spare time I also develop using Python (mostly Django) and have a passing familiarity with C#, JavaScript and Perl. I dream of one day becoming a TV producer, just to be weird.


21h
awarded  Good Answer
May
17
comment Django navigation tree
There's a reason django-mptt exists and that's because this problem is complex. There is no indication in your question about the restrictions you're working under. Can you afford to hit the database for each node and check for child nodes or do you need to avoid this (django-mptt solves this!)? Your question is too broad in it's current form.
Apr
22
comment django admin forms. how to skip validation?
Where is data_file defined? Why is Node inheriting from Object? Also note, the Django Admin app is designed for a specific purpose; creating your own view will be easier and have no weird hacks to make it work.
Mar
28
comment Django project on 80 port?
@Dimitris, this should help you get started: docs.djangoproject.com/en/1.5/howto/deployment
Mar
26
answered How to transfer all the child objects before deleting the foreignkey object in Django?
Mar
1
answered Django Snippets Install
Feb
28
answered How can I run django shell commands from a bash script
Feb
26
awarded  Caucus
Jan
18
comment Django unit test client response has empty context
In both your working and non-working tests, temporarily add the line print type(resp.context['a_formset']). You might not be getting what you're expecting.
Nov
16
awarded  Civic Duty
Nov
16
answered Django define m2m field conversion (from to string)
Sep
12
revised How do i migrate my session id generated from a PHP web page to a JSP one?
edited tags
Sep
12
revised Django Gramps no module named web.settings
Added more information about python path and pointed to a bug which is the likely actual cause.
Sep
11
answered Django Gramps no module named web.settings
Sep
10
answered Override default queryset in Django admin
Aug
12
awarded  Yearling
Aug
1
awarded  django
Jul
11
revised Cannot convert <QueryDict: {u..to decimal after limiting foreign key
Format code to be easier to read, minor grammar adjustments
Jul
11
suggested suggested edit on Cannot convert <QueryDict: {u..to decimal after limiting foreign key
Jun
26
awarded  Popular Question