An open API service indexing awesome lists of open source software.

https://github.com/tushortz/django-uikit3-admin

Django Uikit3 Admin, a fork of Django uikit admin is a modern grid based skin for Django built-in administration interface and uses UIKit 3.
https://github.com/tushortz/django-uikit3-admin

Last synced: 3 months ago
JSON representation

Django Uikit3 Admin, a fork of Django uikit admin is a modern grid based skin for Django built-in administration interface and uses UIKit 3.

Awesome Lists containing this project

README

        

# Django Uikit3 Admin

Django Uikit3 Admin, a fork of Django uikit admin is a modern grid based skin for Django built-in administration interface and uses UIKit 3.

## Quick start

1. Install Django Uikit3 Admin using pip::

pip install django-uikit3-admin

2. Add "uikit3_admin" to your INSTALLED_APPS setting like this ::

```python
INSTALLED_APPS = [
'uikit3_admin',
...
]
```

3. Start the development server and visit http://127.0.0.1:8000/admin/
(you'll need the Admin app enabled).