Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tikservices/django-admin-vue

Django+Vue: Next deneration django administration dashboard.
https://github.com/tikservices/django-admin-vue

admin dashboard django material-design rest vue

Last synced: about 1 month ago
JSON representation

Django+Vue: Next deneration django administration dashboard.

Awesome Lists containing this project

README

        

Django+Vue Admin Dashboard
==========================

Next deneration django administration dashboard.

Why Django+Vue Admin Dashboard ?
--------------------------------

- Self-hosted
- Loose coupling and separation of concerns
- Modern Admin Panel
- Customizable
- Extensible by design
- Better Developer Experience

Supported Django Packages
-------------------------

- [x] django-admin-sortable2
- [x] django-ckeditor
- [ ] django-admin-tools
- [ ] django-admin-rangefilter
- [ ] django-jet2
- [ ] django.contrib.admindocs
- [x] django.contrib.messages
- [ ] django.contrib.sites
- [ ] django-debug-toolbar
- [ ] django-maintenance-mode
- [ ] django-modeltranslation
- [ ] django-import-export
- [ ] django-tenants
- [x] django-js-asset

Technologies
------------

- Vue.js + Nuxt.js
- Vuetify (Material Design)
- REST API

Requirements
------------

- Django + Django-admin-rest package
- Nodejs

Installation
------------

### From Source

```bash
# Download code source
$ git clone https://github.com/lejenome/django-admin-vue
$ cd django-admin-vue

# install dependencies
$ yarn install
```

Update `nuxt.config.js` with your Django server URL (under 'axios' section)

```bash
# serve dev with hot reload at localhost:3000
yarn run dev
```

Donate
------

If you find this project useful, you can buy author a glass of juice :tropical_drink:

[Paypal Me](https://www.paypal.me/lejenome)

[Buy me a coffee](https://www.buymeacoffee.com/lejenome)

Buy Me A Coffee

License
-------

[MIT License](LICENSE) Copyright (c) 2019 [Technology Innovation Network (TIK)](https://tik.tn/).