Skip to content

Commit 2421b4e

Browse files
committed
Release v1.0.1 - DOCS Update
1 parent e4f4f3c commit 2421b4e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4747
This sample code assumes that `app1` exists and model `Book` is defined and migrated.
4848

4949
```python
50+
5051
DYNAMIC_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 />

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-dynamic-api',
11-
version='1.0.0',
11+
version='1.0.1',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)