kopia lustrzana https://github.com/wagtail/wagtail
Add missing import to tagging docs (#4158)
rodzic
4a7320a0db
commit
0b44392c3d
|
@ -167,6 +167,8 @@ Now that we have the many-to-many tag relationship in place, we can fit in a way
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from django.shortcuts import render
|
||||
|
||||
class BlogIndexPage(Page):
|
||||
...
|
||||
def serve(self, request):
|
||||
|
|
Ładowanie…
Reference in New Issue