Home » Odeon Blogs »

django

IOError: encoder jpeg not available

Recently, I ran into this bug on my new Macbook Pro


  1. Traceback (most recent call last):
  2. File "userprofile/tests.py ...

Category: Python


Tagged as: django python

Leave a Comment

Setting Up Dev Repo

These are the steps how Odeon Developers usually get started with the Django Projects. 

1. Firstly, we have to add ...

Categories: Django git postgresql


Tagged as: django

Leave a Comment

List of useful Django Links

Here are some useful Django links I've came across over the last few months:

Category: Django


Tagged as: django

Leave a Comment

Django Shortcuts: render

One of the great things about being a web developer is that you're always constantly learning new tricks to ...

Category: Django


Tagged as: django django-shortcuts render

Leave a Comment

Django Admin Template Customization

Recently, I had to do some Django Admin customisation for a client at Odeon. The client requested changing the name ...

Category: Django


Tagged as: django django-admin

Leave a Comment

PostgreSQL cheat sheet for django beginners


Here's a simple article explaining the basics of interacting with PostgreSQL from the command line and from the shell ...

Categories: Django postgresql


Tagged as: django postgresql

3 Comments

Local server on VirtualBox guest OS

Are you using Parallels? Check out this post.

VirtualBox is another great virtualization software, especially useful for Ubuntu and Windows ...

Category: Virtualization


Tagged as: apache dev devserver django guest host parallels server virtualbox

Leave a Comment

Local server on Parallels guest OS

Are you using VirtualBox? Check out this post.

Parallels is a great virtual machine software, especially for MacOS where the ...

Category: Virtualization


Tagged as: apache dev devserver django guest host parallels server virtualization

Leave a Comment

Django PayPal Step-by-Step Integration

Is this your first time integrating Paypal with Django? Can't get the signals to work? Don't know how ...

Category: Django


Tagged as: django django-paypal

4 Comments

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

Django Template Tag vs Kay Framework Processors

In our previous post we discovered how to obtain in Kay templates the same behavior as Django's inclusion tag ...

Categories: GAE Kay Framework


Tagged as: context_processor django kay framework template tag

Leave a Comment

Django inclusion tag for Kay framework

Django inclusion tag helps you when you need to repeat the same HTML block for several times or keeping your ...

Categories: GAE Kay Framework


Tagged as: django inclusion tag kay framework macro

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

Set field order on extending form

Let's assume you have two registration forms, one for regular user registration and the second for special user registration ...

Category: Django


Tagged as: django fields order

Read More

Unicode to Ascii Conversion

It's not just once that I stumbled upon this error when trying to work with strings that have special ...

Categories: Django Python


Tagged as: django python unicode

Leave a Comment
Page generated in: 0.40s