Subscribe to:
Post Comments (Atom)
Featured post
Text and Design 1. How to change ‘Django administration’ text? 2. How to set the plural text for a model? 3. How to create two indep...
Popular Posts
-
In the previous chapter, How to enable filtering on calculated fields? you added a boolean field.: def is_very_benevolent ( self ...
-
You have yor models defined like this: class Category ( models . Model ): ... class Hero ( models . Model ): category...
-
Django, by default, orders the models in admin alphabetically. So the order of models in Event admin is Epic, EventHero, EventVillai...
No comments:
Post a Comment