File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.0.2] 2024-04-28
4+ ### Changes
5+
6+ - Update README (minor)
7+
38## [ 0.0.1] 2024-04-28
49### Changes
510
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Modern template for **Django Admin Interface** coded on top of **[CoreUI](https:
88
99** Links & Resources**
1010
11- - [ Django CoreUI] ( https://appseed.us/product/adminlte /django/ ) - ` Product ` that uses the library
11+ - [ Django CoreUI] ( https://appseed.us/product/coreui /django/ ) - ` Product ` that uses the library
1212 - ` Features ` : Fully-configured, ` CI/CD ` via Render
13- - UI Kit: ` AdminLTE ` by ColorLib ** v3.2.0 **
13+ - UI Kit: ` CoreUI `
1414- ** Sections Covered** :
1515 - ` Admin Section ` , reserved for ` superusers `
1616 - ` All pages ` managed by ` Django.contrib.AUTH `
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'django-admin-coreui' ,
11- version = '0.0.1 ' ,
11+ version = '0.0.2 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
You can’t perform that action at this time.
0 commit comments