mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Fixed an incorrect include in the example
This commit is contained in:
parent
3a71754a6a
commit
53a203aad2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ For many cases, you want a simple user-managed lookup table. You can do this wit
|
|||
|
||||
#. Create a subclass of CategoryBaseAdmin.
|
||||
|
||||
.. literalinclude:: code_examples/custom_categories1.py
|
||||
.. literalinclude:: code_examples/custom_categories2.py
|
||||
:linenos:
|
||||
|
||||
#. Register your model and custom model admin class.
|
||||
|
|
|
|||
Loading…
Reference in a new issue