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
-
You have yor models defined like this: class Category ( models . Model ): ... class Hero ( models . Model ): category...
-
You have a Hero admin which looks like this: @admin . register ( Hero ) class HeroAdmin ( admin . ModelAdmin ): list_di...
-
You have an admin for the Origin model like this: @admin . register ( Origin ) class OriginAdmin ( admin . ModelAdmin ): li...
No comments:
Post a Comment