python

Redesign of a Web Django Application: Expedientes.co

In this post I intend to show the experience in the redesign of an existing site. First of all, a ...

Testing Files with Python/Django

One of the most important moments when writing a python application is testing. It could be boring, tedious and {{ ...

Simply Django: Announcements

Django, a simple application that help us with Global Announcements.   Once you have a site on production, new needs ...

Dockerizing Django Apps

Docker is an open platform for building, shipping and running distributed applications. In this case, Django Apps.   It gives ...