Getting ready

Let's install the django-json-ld package into your project's virtual environment (and include it in requirements/_base.txt):

(env)$ pip install django-json-ld==0.0.4

Put "django_json_ld" under INSTALLED_APPS in the settings:

# myproject/settings/_base.py
INSTALLED_APPS = [
# other apps…
"django_json_ld",
]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.147.190