Home » Odeon Blogs »

Django

Generating landscape PDF with columns in Django

The easiest way to generate a pdf response in Django is to probably use xhmtl2pdf. However, if your pdf requires ...

Categories: Django Python


Tagged as: django python

Leave a Comment

Locale error in manage.py createsuperuser

Recently, when I run python manage.py createsuperuser, I run into this problem

  1. return getpass.getuser().decode(locale.getdefaultlocale()[1 ...

Categories: Django locale


Tagged as: django locale

2 Comments

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

Django redirects in reverse proxy setups

Starting with django-1.3.1 you'll get redirect failures for reverse proxy setups (cherokee and cherrypy in my case ...

Category: Django

1 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
Page generated in: 0.49s