File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,15 @@ Now go to http://127.0.0.1:8000/api_admin/v1/docs
8282You will see the automatic interactive API documentation (provided by Swagger UI).
8383![ Auto generated APIs List] ( https://github.com/freemindcore/django-api-framework/blob/fae8209a8d08c55daf75ac3a4619fe62b8ef3af6/docs/images/admin_apis_list.png )
8484
85- #### Configuration
85+
86+ ### Boilerplate Django project
87+ A boilerplate Django project for quickly getting started, and get production ready easy-apis with 100% test coverage UP and running:
88+ https://github.com/freemindcore/django-easy-api
89+
90+ ![ Auto generated APIs - Users] ( https://github.com/freemindcore/django-api-framework/blob/9aa26e92b6fd79f4d9db422ec450fe62d4cd97b9/docs/images/user_admin_api.png )
91+
92+
93+ ### More Configuration
8694If ` CRUD_API_ENABLED_ALL_APPS ` is set to True (default), all app models CRUD apis will be generated.
8795Apps in the ` CRUD_API_EXCLUDE_APPS ` list, will be always excluded.
8896
@@ -134,12 +142,5 @@ class EventAPIController(CrudAPIController):
134142Please check tests/demo_app for more examples.
135143
136144
137- ### Boilerplate Django project
138- A boilerplate Django project for quickly getting started, and get production ready easy-apis with 100% test coverage UP and running:
139- https://github.com/freemindcore/django-easy-api
140-
141- ![ Auto generated APIs - Users] ( https://github.com/freemindcore/django-api-framework/blob/9aa26e92b6fd79f4d9db422ec450fe62d4cd97b9/docs/images/user_admin_api.png )
142-
143-
144145### Thanks to your help
145146** _ If you find this project useful, please give your stars to support this open-source project. :) Thank you !_ **
You can’t perform that action at this time.
0 commit comments