Blog entries tagged with django

Building docker images with private python packages

Installing private python packages into Docker container can be tricky because container does not have access to private repositories and you do not want to leave trace of private ssh key in docker…
Posted on April 24, 2018 in docker, django, python.
More

Django cookie consent application

django-cookie-consent is a reusable application for managing various cookies and visitors consent for their use in Django project.
Posted on June 7, 2013 in archive, django, cookies.
More

Django import export

Importing and exporting data with included admin integration.
Posted on Dec. 20, 2012 in django, archive, django-import-export, import, export.
More

Django app name translation in admin

"Django app name translation in admin" is small drop-in django application that overrides few admin templates thus allowing app names in Django admin to be translated.
Posted on Jan. 11, 2012 in archive, django-admin, i18n, django-app-name-translation-admin, django.
More

Django-sites-ext

Posted on Sept. 8, 2011 in archive, django-admin, sites framework, django.
More

Extending different base template for ajax requests in Django

Posted on July 13, 2011 in archive, django, ajax, templates, generic views, cbv.
More

Django-simpleadmindoc updated

create documentation for django website
Posted on June 10, 2011 in archive, django-admin, documentation, sphinx, django.
More

Django comparison grid

Posted on June 1, 2011 in archive, django, djang-comparison-grid, grids, comparison.
More

Django site permissions

Posted on May 30, 2011 in archive, authorization, django-guardian, object permissions, django.
More

Rename uploaded files to ASCII charset in Django

Telling Django to rename all uploaded files in ASCII encoding is easy and takes only two steps.
Posted on Feb. 6, 2011 in archive, django i18n uploads, django.
More

Speed up Django testing with sqlite

Posted on Nov. 29, 2010 in archive, django testing mysql sqlite, django.
More

Handling i18n in Django projects

All of the websites that we develop rely on Django support for internalization (i18n). Also, these projects are made of external apps. In this series of articles I would explain problems that we meet managing translations both during development and deploying. We would try to give sensible solutions and workflow for them.
Posted on July 31, 2010 in archive, django i18n getext rosetta, django.
More

Do not use appname as templatetags module

Posted on March 30, 2010 in archive, templatetags, django.
More

Django time widget with custom time shortcuts

How to customize Django admin time widget to set desired time shortcuts.
Posted on Feb. 19, 2010 in archive, django django-admin, django.
More

Django-simpleadmindoc

Simpleadmindoc is django application that allows you to quickly create help for modules in Django admin. Goal is to be flexible enough, fast to create and easy to integrate.
Posted on Jan. 27, 2010 in archive, django, django-admin, django-simpleadmindoc.
More

Django set language for admin

Middleware that intialize specific locale for admin pages.
Posted on Nov. 12, 2009 in archive, admin, django, i18n.
More

Django - avoiding typing password for superuser

Posted on Oct. 23, 2009 in django auth, archive, django.
More

Use unicode in doctests

Posted on Sept. 15, 2009 in django, archive, doctests, python, unicode.
More

Django testshell

This commands runs a Python interactive interpreter with test database and data from the given fixture(s).
Posted on May 11, 2009 in archive, django testshell testing, django.
More