Skip to content

Commit 609f619

Browse files
authored
Update README.md
1 parent 6574fb2 commit 609f619

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,15 @@ Now go to http://127.0.0.1:8000/api_admin/v1/docs
8282
You 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
8694
If `CRUD_API_ENABLED_ALL_APPS` is set to True (default), all app models CRUD apis will be generated.
8795
Apps in the `CRUD_API_EXCLUDE_APPS` list, will be always excluded.
8896

@@ -134,12 +142,5 @@ class EventAPIController(CrudAPIController):
134142
Please 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 !_**

0 commit comments

Comments
 (0)