Home » Odeon Blogs » Liviu, Agile Bear »

Django

Django Custom 404 for special cases

Django makes it easy to handle the output of 404 pages for the website, just define 404handler in urls and ...

Category: Django


Tagged as: 404 custom django

Leave a Comment

Calling instance methods with arguments inside Django templates

What to do in those strange situations where you need to use an instance's method, which needs at least ...

Category: Django


Tagged as: django template tag

1 Comment

Resubmit form with errors and FileField or ImageField

urlize HTML safe

The form validation process is very useful and does not require too much code to be written. But what if ...

Category: Django

Leave a Comment

Django urlize HTML safe

urlize HTML safe

The default django urlize filter is not HTML safe as the docs say.

Note that if urlize is applied to ...

Category: Django

1 Comment

Django Admin - Order by ForeignKey field or method

Django Docs says that in Admin you can only display the __unicode__ representation of a ForeignKey field in list_display and ...

Category: Django

6 Comments
Page generated in: 0.25s