File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 0.0.2] 2024-04-28
4
+ ### Changes
5
+
6
+ - Update README (minor)
7
+
3
8
## [ 0.0.1] 2024-04-28
4
9
### Changes
5
10
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:
8
8
9
9
** Links & Resources**
10
10
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
12
12
- ` Features ` : Fully-configured, ` CI/CD ` via Render
13
- - UI Kit: ` AdminLTE ` by ColorLib ** v3.2.0 **
13
+ - UI Kit: ` CoreUI `
14
14
- ** Sections Covered** :
15
15
- ` Admin Section ` , reserved for ` superusers `
16
16
- ` All pages ` managed by ` Django.contrib.AUTH `
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'django-admin-coreui' ,
11
- version = '0.0.1 ' ,
11
+ version = '0.0.2 ' ,
12
12
zip_safe = False ,
13
13
packages = find_packages (),
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments