Einträge mit Schlagwort python

Django Migrations

https://docs.djangoproject.com/en/4.0/topics/migrations/#

Weiter...


Python Project Setup

Example Project Name: foo.

Weiter...


Python Method Redefinition

Did you know that you can redefine a method on the same class in Python?

Weiter...


Overriding a translation of a third-party Django module

The Django Taggit app comes with nice translations for German, but we have some technically inclined users, who prefer the word „Tags“ over „Schlagwörter“. Still, we want to keep our de-de locale for everything else. We choose only to override this one translation.

Weiter...