Fixes doc code block

This commit is contained in:
Ilan Steemers
2020-08-15 10:30:35 +02:00
parent 80aa160d9d
commit 109d078510

View File

@@ -39,6 +39,7 @@ Customize the admin UI by creating your own ``admin.ModelAdmin`` class and use `
for example:
.. code-block:: python
from django_q import models as q_models
from django_q import admin as q_admin