Update plugins documentation

This commit is contained in:
jeremystretch
2022-03-11 15:47:52 -05:00
parent 49e5268d48
commit 6d05a4117a
4 changed files with 27 additions and 1 deletions

View File

@@ -29,14 +29,20 @@ Although the specific structure of a plugin is largely left to the discretion of
project-name/
- plugin_name/
- api/
- __init__.py
- serializers.py
- urls.py
- views.py
- migrations/
- __init__.py
- 0001_initial.py
- ...
- templates/
- plugin_name/
- *.html
- __init__.py
- filtersets.py
- graphql.py
- models.py
- middleware.py
- navigation.py