Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-customvueadmin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-customvueadmin

A custom admin interface on Vue 3 and Vuetify with DRF backend that tries to Keep It Simple.

  • 0.2.87
  • Source
  • PyPI
  • Socket score

Maintainers
1

Django Custom Admin

|logo|

A custom admin interface providing backend via DRF and frontend via Vue3 and Vuetify that tries to Keep It Simple.

|PyPI version| |GitHub stars|

Documentation <https://innova-group-llc.github.io/custom_admin_docs/>__

Features

  • Interface for DRF API based on Vue 3 and Vuetify
  • Pre-builded Vue SPA front page provided through Django template/static files. A separate setup for the front end is not required.
  • Ability to create inline admin actions using forms via DRF serializers
  • Dynamic system for obtaining partition scheme and interface structure
  • Access rights sharing system based on DRF permissioins

Custom fields

  • Related fields/filters with autocomplete search
  • WYSIWYG editor using TinyMCE
  • JSON editor using svelte-jsoneditor and JSONForms
  • Autocomplete for related fields and filters using API
  • Support for django-modeltranslation translations

Non ORM inlines

  • Table views
  • Support for graphs using chartjs

Vue frontend

::

npm install --prefix vue_frontend npm run dev --prefix vue_frontend

Build

::

npm run build --prefix vue_frontend rm -r custom_admin/static/custom_admin/* rm -r custom_admin/templates/custom_admin/admin_index.html cp vue_frontend/dist/index.html custom_admin/templates/custom_admin/admin_index.html cp -r vue_frontend/dist/static/custom_admin/ custom_admin/static/

python -m build python3 -m twine upload --repository pypi dist/*

.. |logo| image:: https://github.com/Innova-Group-LLC/custom_admin/blob/master/logo.png?raw=true :target: https://innova-group-llc.github.io/custom_admin_docs/ .. |PyPI version| image:: https://badge.fury.io/py/django-customvueadmin.svg :target: https://pypi.org/project/django-customvueadmin/ .. |GitHub stars| image:: https://img.shields.io/github/stars/Innova-Group-LLC/custom_admin :target: https://github.com/Innova-Group-LLC/custom_admin

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc