File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.0.3] 2022-10-30
4+ ### Improvements
5+
6+ - Fix DOCS (minor)
7+
38## [ 1.0.2] 2022-10-30
49### Improvements
510
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ STATICFILES_DIRS = (
8484
8585<br />
8686
87- > ** Step #6 ** - ` Register the model ` in ` core/ settings.py` (DYNAMIC_DATATB section)
87+ > ** Step #6 ** - ` Register the model ` in ` settings.py ` (DYNAMIC_DATATB section)
8888
8989This sample code assumes that ` app1 ` exists and model ` Book ` is defined and migrated.
9090
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'django-dynamic-datatb' ,
11- version = '1.0.2 ' ,
11+ version = '1.0.3 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
You can’t perform that action at this time.
0 commit comments