File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.0.1] 2022-10-24
4+ ### Improvements
5+
6+ - DOCS Update
7+
38## [ 1.0.0] 2022-10-24
49### STABLE_RELEASE
510
Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ INSTALLED_APPS = [
4242
4343<br />
4444
45- > ** Step #3 ** - ` Register the model ` in ` core/settings.py ` (API_GENERATOR section)
45+ > ** Step #3 ** - ` Register the model ` in ` core/settings.py ` (DYNAMIC_API section)
4646
4747This sample code assumes that ` app1 ` exists and model ` Book ` is defined and migrated.
4848
4949``` python
50+
5051DYNAMIC_API = {
5152 # pattern:
5253 # API_SLUG -> Import_PATH
@@ -59,6 +60,7 @@ REST_FRAMEWORK = {
5960 ' rest_framework.authentication.TokenAuthentication' ,
6061 ],
6162}
63+
6264```
6365
6466<br />
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'django-dynamic-api' ,
11- version = '1.0.0 ' ,
11+ version = '1.0.1 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
You can’t perform that action at this time.
0 commit comments