Is thre a way to use the django.contrib.admindocs
package to generate HTML/PDF documentation for my own models and views and functions I have in seporate .py
files
Creating a superuserIn order to view and create records we also need this user to have permissions to manage all our objects. You can create a "superuser" account that has full access to the site and all needed permissions using manage.py.
possible -- depends on how the docs for your files are structured
If you're just looking to generate user friendly docs from your python files you may be better off with Python Sphinx
pretty much the standard for generating HTML documentation -- same system used on ReadTheDocs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With