Skip to content
Snippets Groups Projects
Commit 7cf8fc1d authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Include table names in generated docs

parent d500c33b
No related branches found
No related tags found
1 merge request!179Code quality improvements
......@@ -39,6 +39,11 @@ os.environ['DJANGO_SETTINGS_MODULE'] = django_settings
django.setup()
# Include the database table names of Django models
django_show_db_tables = True # Boolean, default: False
# Add abstract database tables names (only takes effect if django_show_db_tables is True)
django_show_db_tables_abstract = True # Boolean, default: False
# Auto-generate API documentation.
os.environ['SPHINX_APIDOC_OPTIONS'] = "members,show-inheritance"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment