2,626 reputation
619
bio website source.mihelac.org
location Ljubljana, Slovenia
age
visits member for 3 years, 4 months
seen 12 hours ago
stats profile views 186

My company website www.informatikamihelac.com.

I am @bmihelac on twitter.


May
15
comment Django-mptt filter child from django template
you are welcome!
May
14
answered Django-mptt filter child from django template
May
10
comment django-rosetta translated phrases not appearing on pages
Try to find where is the problem, ie: are translations compiled, is server restarted after that.
May
10
answered django-rosetta translated phrases not appearing on pages
May
8
awarded  Necromancer
Apr
25
comment No module named six
Glad it helped. Traceback can help you to identify where the problem arises.
Apr
24
comment No module named six
Traceback shows that django_filters raises exception. Django-filters requires Django 1.4.5+, maybe you can try to install some older version
Apr
19
comment No module named six
can you post traceback, ie ./manage.py validate --traceback
Apr
19
answered No module named six
Apr
18
comment How do I sort my Django Query Set against today date?
Glad it helped.
Apr
18
revised How do I sort my Django Query Set against today date?
simplify sql
Apr
18
comment How do I sort my Django Query Set against today date?
Added EDIT 3: closest date after given (todays) date - this should do exactly what you want.
Apr
18
revised How do I sort my Django Query Set against today date?
Add EDIT 3: closest date after given (todays) date
Apr
17
comment How do I sort my Django Query Set against today date?
Do you want to show sort by closest date after given date? solution above sorts by closest date, bot before and after given day/month.
Apr
16
comment How do I sort my Django Query Set against today date?
sorry, I have been using wrong quotes, can you try again
Apr
16
revised How do I sort my Django Query Set against today date?
fix quotes
Apr
15
comment How do I sort my Django Query Set against today date?
"Edit 2" version compares days of year and not dates.
Apr
15
revised How do I sort my Django Query Set against today date?
optimized version that compare day of year
Apr
15
comment How do I sort my Django Query Set against today date?
I have updated the answer to use current year. This could be optimised.
Apr
15
revised How do I sort my Django Query Set against today date?
use curreent year