Skip to main content
https://travis-ci.org/geex-arts/django-jet.svg?branch=master

Modern template for Django admin interface with improved functionality

Attention! NEW JET

We are proud to announce completely new Jet. Please check out Live Demo.

Developing of new features for Django Jet will be frozen, only critical bugs will be fixed.

Live Demo

Django JET has two kinds of licenses: open-source (AGPLv3) and commercial. Please note that using AGPLv3 code in your programs make them AGPL compatible too. So if you don’t want to comply with that we can provide you a commercial license (visit Home page). The commercial license is designed for using Django JET in commercial products and applications without the provisions of the AGPLv3.

Logo

Why Django JET?

  • New fresh look

  • Responsive mobile interface

  • Useful admin home page

  • Minimal template overriding

  • Easy integration

  • Themes support

  • Autocompletion

  • Handy controls

Screenshots

Screenshot #1 Screenshot #2 Screenshot #3

Installation

  • Download and install latest version of Django JET:

pip install django-jet
# or
easy_install django-jet
  • Add ‘jet’ application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before ‘django.contrib.admin’):

INSTALLED_APPS = (
    ...
    'jet',
    'django.contrib.admin',
)
  • Make sure django.template.context_processors.request context processor is enabled in settings.py (Django 1.8+ way):

TEMPLATES = [
    {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        'DIRS': [],
        'APP_DIRS': True,
        'OPTIONS': {
            'context_processors': [
                ...
                'django.template.context_processors.request',
                ...
            ],
        },
    },
]
  • Add URL-pattern to the urlpatterns of your Django project urls.py file (they are needed for related–lookups and autocompletes):

urlpatterns = patterns(
    '',
    url(r'^jet/', include('jet.urls', 'jet')),  # Django JET URLS
    url(r'^admin/', include(admin.site.urls)),
    ...
)
  • Create database tables:

python manage.py migrate jet
# or
python manage.py syncdb
  • Collect static if you are in production environment:

python manage.py collectstatic
  • Clear your browser cache

Dashboard installation

  • Add ‘jet.dashboard’ application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before ‘jet’):

INSTALLED_APPS = (
    ...
    'jet.dashboard',
    'jet',
    'django.contrib.admin',
    ...
)
  • Add URL-pattern to the urlpatterns of your Django project urls.py file (they are needed for related–lookups and autocompletes):

urlpatterns = patterns(
    '',
    url(r'^jet/', include('jet.urls', 'jet')),  # Django JET URLS
    url(r'^jet/dashboard/', include('jet.dashboard.urls', 'jet-dashboard')),  # Django JET dashboard URLS
    url(r'^admin/', include(admin.site.urls)),
    ...
)
  • For Google Analytics widgets only install python package:

pip install google-api-python-client==1.4.1
  • Create database tables:

python manage.py migrate dashboard
# or
python manage.py syncdb
  • Collect static if you are in production environment:

python manage.py collectstatic

Download files

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

Source Distribution

rs-django-jet-1.0.9.tar.gz (826.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rs_django_jet-1.0.9-py2.py3-none-any.whl (1.1 MB view details)

Uploaded Python 2Python 3

File details

Details for the file rs-django-jet-1.0.9.tar.gz.

File metadata

  • Download URL: rs-django-jet-1.0.9.tar.gz
  • Upload date:
  • Size: 826.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for rs-django-jet-1.0.9.tar.gz
Algorithm Hash digest
SHA256 3fae2a5586f74b4966cb069ebcb7a7b0cdd7e03c25cf6599daee071900d6f31e
MD5 e80e8509ed2f306f225501dd02524473
BLAKE2b-256 a45cfdd3a2465ad59d6bbe0a138ca7a936a44612bfa4fcf1b4c8e76adad14c7e

See more details on using hashes here.

File details

Details for the file rs_django_jet-1.0.9-py2.py3-none-any.whl.

File metadata

  • Download URL: rs_django_jet-1.0.9-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for rs_django_jet-1.0.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 478a3a04d1d1e97dd48f9dc662d19213cbd254063e8251b016f939074e2f81e8
MD5 92791a39a5e1330f7df01a3bbb0f33c3
BLAKE2b-256 0e074b8a110737dc573a11a5821da9c0fc75ec49207f18a0032136272a9f5207

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.10

2 files

This release

1.0.9 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page