About the tutorial
Last updated
Last updated
This tutorial guides you through building a small Django application that lets a user read and interact with legislation loaded from the Laws.Africa Content API.
The functionality includes:
Fetching and storing legislation from the Laws.Africa Content API
Listing legislation
A legislation detail page with a Table of Contents and well-styled text
Interactivity and enrichments using the Laws.Africa Law Widgets
The tutorial is divided into three modules:
: building a the app basics; data modelling; fetching and storing data; listing legislation; reading and styling legislation
: basic and advanced enrichments and interactivity
: extracting text from Akoma Ntoso XML for full-text search and machine learning
The full code for the Django app is available at
!