Skip to main content

No project description provided

Project description

Universal admin panel for Django

Preview

Description

Jet is a SaaS service that automatically generates back office for your Django Application through REST API of Jet Bridge package installed to your project.

Visual. Admin interface can be easily changed without need of development with the help of Visual Editor.

Secure. Jet does not access your data: its transferred directly from browser to your application.

Customizable. Flex functions allow you to solve your specific business tasks when standard functionality is not enough.

This is a complete remake of popular Django Jet admin interface.

Features

  • CRUD (create, read, update, delete):

    Create, view, update and delete data. Display it in an easy format, and then search and filter your data.

  • Dashboard:

    Create reports and visualize KPIs. Monitor new data like new orders, comments, etc.

  • Works with any technology:

    The interface is generated automatically based on an analysis of the data and data structure of your applications.

  • Visual editor:

    Customize the admin area to make it easy for any manager to use. Allow managers to modify the interface, configure features, and set up analytics widgets without using any developers — just like WIX, Squarespace….

  • Secure:

    Your data is safe. We do not have access to your information. We simply plug your information in to an easy-to-use interface for you to interact with it better.

  • Works on any device:

    The interface is optimized for any device from phones to tablets to desktops.

  • Quick installation:

    It takes only a few hours to integrate with your project.

  • Available 24/7:

    Use it around the clock and don’t worry about updates — we take care of that.

  • Manage users:

    Assign access rights to any data from within the panel.

  • Activity log:

    Track the history of all changes and know who made them.

Requirements

  • Python – 3.4, 3.5, 3.6, 3.7

  • Django – 1.11, 2.0, 2.1

Installation

1. Download and install latest version of Jet Bridge:

pip install jet-django

2. Add ‘jet_django’ application to the INSTALLED_APPS setting of your Django project settings.py file:

INSTALLED_APPS = (
  ...
  'jet_django',
  ...
)

3. Add URL-pattern to the urlpatterns of your Django project urls.py file:

from jet_django.urls import jet_urls

urlpatterns = [
  ...
  url(r'^jet_api/', include(jet_urls)),
  ...
]

4. Apply migrations:

python manage.py migrate jet_django

5. Restart your project

6. Open https://YOUR_PROJECT_URL/jet_api/register/ in browser to create a project

Support

Feel free to Email us – support@jetadmin.io

License

This project is MIT licensed - see the LICENCE file for details.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jet-django-1.11.0.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

jet_django-1.11.0-py3-none-any.whl (35.2 kB view details)

Uploaded Python 3

File details

Details for the file jet-django-1.11.0.tar.gz.

File metadata

  • Download URL: jet-django-1.11.0.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.6.5

File hashes

Hashes for jet-django-1.11.0.tar.gz
Algorithm Hash digest
SHA256 6dd4ab1ba2d7fdc32a70b4a8f251b1665bd6bc1e732b4bffe414192971136815
MD5 e3d121b668358f8be1f0e23b8d148498
BLAKE2b-256 c8ce079914ff49cd457907a850f710ad2c1fe8813ec102b1cdee9415b30733bf

See more details on using hashes here.

File details

Details for the file jet_django-1.11.0-py3-none-any.whl.

File metadata

  • Download URL: jet_django-1.11.0-py3-none-any.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.6.5

File hashes

Hashes for jet_django-1.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2fe9598950a7fef4325d15b54a7f26776ac431a340f543d88184c761879c8626
MD5 b0e5e7b7685fc1ecc5ed9d97d8acff3b
BLAKE2b-256 c870974d9f1534c63069d3a5f2cf4e42cfc3c9703445b8d3b92d7bdc2dda2b70

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page