Migrating your Django app off Heroku, and onto a fresh new (free) PaaS

Migrating your Django app off Heroku, and onto a fresh new (free) Platform-as-a-Service. Read more

Similar

Customize the Django Admin with Python

In this tutorial, you'll learn how to customize Django's admin with Python. You'll use AdminModel objects to add display columns, calculate values, link to referring objects, and search and filter results. You'll also use template overriding to gain full ... (more…)

Read more »