jet-django


Namejet-django JSON
Version 1.11.11 PyPI version JSON
download
home_pagehttps://github.com/jet-admin/jet-django
SummaryNone
upload_time2025-01-23 18:17:58
maintainerNone
docs_urlNone
authorDenis Kildishev
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
Jet Bridge (Django)
===================

**Universal admin panel for Django**

.. image:: https://s3.us-west-2.amazonaws.com/secure.notion-static.com/079701bd-ea68-4848-a885-d19518cfa746/main.gif?AWSAccessKeyId=AKIAJLJXUMP5IHUZAPFQ&Expires=1539710956&Signature=zSY1L770Uu0gCtG72%2FAGE8rm9G0%3D
    :alt: Preview
    :align: center
    :target: https://s3.us-west-2.amazonaws.com/secure.notion-static.com/079701bd-ea68-4848-a885-d19518cfa746/main.gif?AWSAccessKeyId=AKIAJLJXUMP5IHUZAPFQ&Expires=1539710956&Signature=zSY1L770Uu0gCtG72%2FAGE8rm9G0%3D

Description
===========

* Jet Admin: https://www.jetadmin.io
* **Live Demo**: https://app.jetadmin.io/demo
* Support: support@jetadmin.io

**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 <https://github.com/geex-arts/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:**

.. code-block:: python

  pip install jet-django


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

.. code-block:: python
  
  INSTALLED_APPS = (
    ...
    'jet_django',
    ...
  )

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

.. code-block:: python

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

**4. Apply migrations:**

.. code-block:: python
  
  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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jet-admin/jet-django",
    "name": "jet-django",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Denis Kildishev",
    "author_email": "hello@geex-arts.com",
    "download_url": "https://files.pythonhosted.org/packages/21/ac/7ff50393b1d6fd314f6a84a6f53d4232f0cfd867a7f8988f8247f9b193db/jet-django-1.11.11.tar.gz",
    "platform": null,
    "description": "===================\nJet Bridge (Django)\n===================\n\n**Universal admin panel for Django**\n\n.. image:: https://s3.us-west-2.amazonaws.com/secure.notion-static.com/079701bd-ea68-4848-a885-d19518cfa746/main.gif?AWSAccessKeyId=AKIAJLJXUMP5IHUZAPFQ&Expires=1539710956&Signature=zSY1L770Uu0gCtG72%2FAGE8rm9G0%3D\n    :alt: Preview\n    :align: center\n    :target: https://s3.us-west-2.amazonaws.com/secure.notion-static.com/079701bd-ea68-4848-a885-d19518cfa746/main.gif?AWSAccessKeyId=AKIAJLJXUMP5IHUZAPFQ&Expires=1539710956&Signature=zSY1L770Uu0gCtG72%2FAGE8rm9G0%3D\n\nDescription\n===========\n\n* Jet Admin: https://www.jetadmin.io\n* **Live Demo**: https://app.jetadmin.io/demo\n* Support: support@jetadmin.io\n\n**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.\n\n\u2013 **Visual**. Admin interface can be easily changed without need of development with the help of Visual Editor. \n\n\u2013 **Secure**. Jet does not access your data: its transferred directly from browser to your application.\n\n\u2013 **Customizable**. Flex functions allow you to solve your specific business tasks when standard functionality is not enough.\n\nThis is a complete remake of popular `Django Jet <https://github.com/geex-arts/django-jet>`_ admin interface.\n\nFeatures\n========\n\n- **CRUD (create, read, update, delete):**\n  \n  Create, view, update and delete data. Display it in an easy format, and then search and filter your data.\n\n- **Dashboard:** \n\n  Create reports and visualize KPIs. Monitor new data like new orders, comments, etc.\n  \n- **Works with any technology:** \n\n  The interface is generated automatically based on an analysis of the data and data structure of your applications.\n\n- **Visual editor:** \n  \n  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\u200a\u2014\u200ajust like WIX, Squarespace\u2026.\n\n- **Secure:** \n\n  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.\n\n- **Works on any device:** \n\n  The interface is optimized for any device from phones to tablets to desktops.\n\n- **Quick installation:** \n\n  It takes only a few hours to integrate with your project.\n\n- **Available 24/7:** \n\n  Use it around the clock and don\u2019t worry about updates\u200a\u2014\u200awe take care of that.\n\n- **Manage users:** \n\n  Assign access rights to any data from within the panel.\n\n- **Activity log:** \n\n  Track the history of all changes and know who made them.\n\nRequirements\n============\n\n- **Python** \u2013 3.4, 3.5, 3.6, 3.7\n- **Django** \u2013 1.11, 2.0, 2.1\n\nInstallation\n============\n\n\n**1. Download and install latest version of Jet Bridge:**\n\n.. code-block:: python\n\n  pip install jet-django\n\n\n**2. Add 'jet_django' application to the INSTALLED_APPS setting of your Django project settings.py file:**\n\n.. code-block:: python\n  \n  INSTALLED_APPS = (\n    ...\n    'jet_django',\n    ...\n  )\n\n**3. Add URL-pattern to the urlpatterns of your Django project urls.py file:**\n\n.. code-block:: python\n\n  from jet_django.urls import jet_urls\n  \n  urlpatterns = [\n    ...\n    url(r'^jet_api/', include(jet_urls)),\n    ...\n  ]\n\n**4. Apply migrations:**\n\n.. code-block:: python\n  \n  python manage.py migrate jet_django\n\n**5. Restart your project**\n\n**6. Open https://YOUR_PROJECT_URL/jet_api/register/ in browser to create a project**\n\nSupport\n=======\n\nFeel free to Email us \u2013 support@jetadmin.io\n\nLicense\n=======\n\nThis project is **MIT** licensed - see the LICENCE file for details.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "1.11.11",
    "project_urls": {
        "Homepage": "https://github.com/jet-admin/jet-django"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4df3f4d0997a73f7166f3d5963939d0d734c154d3c7721ed19671a989706815b",
                "md5": "ebd0959c77260ec8062a808410e54bf9",
                "sha256": "f92069ce419ee9fc684ea7bca18175bc1a459c31cb255ae22564c4f2fdadc455"
            },
            "downloads": -1,
            "filename": "jet_django-1.11.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebd0959c77260ec8062a808410e54bf9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35248,
            "upload_time": "2025-01-23T18:17:55",
            "upload_time_iso_8601": "2025-01-23T18:17:55.788734Z",
            "url": "https://files.pythonhosted.org/packages/4d/f3/f4d0997a73f7166f3d5963939d0d734c154d3c7721ed19671a989706815b/jet_django-1.11.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21ac7ff50393b1d6fd314f6a84a6f53d4232f0cfd867a7f8988f8247f9b193db",
                "md5": "664f95f631e4df3a7b12f80104f1f62a",
                "sha256": "a6f82940df06810f81e631a758043f6fb79a103f0db1651d8d49e44d2f2b5798"
            },
            "downloads": -1,
            "filename": "jet-django-1.11.11.tar.gz",
            "has_sig": false,
            "md5_digest": "664f95f631e4df3a7b12f80104f1f62a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28326,
            "upload_time": "2025-01-23T18:17:58",
            "upload_time_iso_8601": "2025-01-23T18:17:58.216824Z",
            "url": "https://files.pythonhosted.org/packages/21/ac/7ff50393b1d6fd314f6a84a6f53d4232f0cfd867a7f8988f8247f9b193db/jet-django-1.11.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-23 18:17:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jet-admin",
    "github_project": "jet-django",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jet-django"
}
        
Elapsed time: 1.04604s