[Answer]-Docutils for Django adding acknowledgements

1👍

There’s no direct support for adding “standalone” pages, but you could easily just create a view (or use TemplateView) for each page you want to “create”, and document them with the information you’d like to appear.

Leave a comment