Home » Odeon Blogs »

Stefan, Matrix Master

adding a NOT NULL column with South

When using South to add a NOT NULL column to an existing Django model with some rows already in the ...

Read more

fixing null text fields in Django models

Let's say that you observe a text field with null=True in a Django model. You, of course, are ...

Read more

killing the OOM killer

The default memory allocation scheme for Linux is to be optimistic and allow processes to overcommit, in the hope that ...

Read more

integrating pygments with Django

In the python world pygments is the library of choice when it comes to syntax highlighting. This is an example ...

Read more

enforcing a filetype in vim

Sometimes vim can't guess the filetype of Django templates but we can force it by appending this comment to ...

Read more
Page generated in: 0.18s