{"id":13415506,"url":"https://github.com/assem-ch/django-jet-reboot","last_synced_at":"2025-05-14T14:07:51.506Z","repository":{"id":38402333,"uuid":"325018181","full_name":"assem-ch/django-jet-reboot","owner":"assem-ch","description":"Legacy Django jet rebooted to support Django  \u003e 3 (4 and 5), and latest python releases","archived":false,"fork":false,"pushed_at":"2025-03-06T23:03:53.000Z","size":4410,"stargazers_count":457,"open_issues_count":36,"forks_count":72,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-19T14:49:24.125Z","etag":null,"topics":["django","django-admin","django-admin-theme","django-admin-tools","django-jet"],"latest_commit_sha":null,"homepage":"https://django-jet-reboot.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/assem-ch.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"assem-ch"}},"created_at":"2020-12-28T13:19:24.000Z","updated_at":"2025-04-18T19:40:18.000Z","dependencies_parsed_at":"2024-01-06T09:54:28.408Z","dependency_job_id":"86c2a917-bf07-4e5c-b90c-5b6614a3a846","html_url":"https://github.com/assem-ch/django-jet-reboot","commit_stats":{"total_commits":931,"total_committers":53,"mean_commits":"17.566037735849058","dds":"0.19334049409237375","last_synced_commit":"0dea298ccd9db242532d629d5c1f74ef6e7ea756"},"previous_names":["b1go/django-jet-reboot"],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fdjango-jet-reboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fdjango-jet-reboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fdjango-jet-reboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fdjango-jet-reboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assem-ch","download_url":"https://codeload.github.com/assem-ch/django-jet-reboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159194,"owners_count":22024558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-admin","django-admin-theme","django-admin-tools","django-jet"],"created_at":"2024-07-30T21:00:49.848Z","updated_at":"2025-05-14T14:07:51.490Z","avatar_url":"https://github.com/assem-ch.png","language":"Python","funding_links":["https://github.com/sponsors/assem-ch"],"categories":["Third-Party Packages","Python","Packages to install at your project"],"sub_categories":["Admin","Admin Themes","Alternative Themes"],"readme":".. image:: https://github.com/assem-ch/django-jet-reboot/actions/workflows/tests.yml/badge.svg\n\n\n**Note**: More collaborators are needed to maintain the project, feel free to contact `@assem_ch \u003chttps://x.com/assem_ch\u003e`_.\n\n\n==========================================\nDjango JET Reboot (Django 3.x, 4.x,  5.x )\n==========================================\n\nDjango Jet Reboot is modern template for Django admin interface with improved functionality. Rebooting the original project : `django-jet \u003chttps://github.com/geex-arts/django-jet\u003e`_.\n\nWe focus only on django \u003e= 3.0 \u0026 Python \u003e= 3.7. We can't support old versions.\n\n\nWhy Django JET?\n======================\n\n* New fresh look\n* Responsive mobile interface\n* Useful admin home page\n* Minimal template overriding\n* Easy integration\n* Themes support\n* Autocompletion\n* Handy controls\n\nScreenshots\n===========\n\n.. image:: https://raw.githubusercontent.com/geex-arts/django-jet/static/screen1_720.png\n    :alt: Screenshot #1\n    :align: center\n    :target: https://raw.githubusercontent.com/geex-arts/django-jet/static/screen1.png\n    \n.. image:: https://raw.githubusercontent.com/geex-arts/django-jet/static/screen2_720.png\n    :alt: Screenshot #2\n    :align: center\n    :target: https://raw.githubusercontent.com/geex-arts/django-jet/static/screen2.png\n    \n.. image:: https://raw.githubusercontent.com/geex-arts/django-jet/static/screen3_720.png\n    :alt: Screenshot #3\n    :align: center\n    :target: https://raw.githubusercontent.com/geex-arts/django-jet/static/screen3.png\n\nInstallation\n============\n\n* Download and install latest version of Django JET Reboot:\n\n.. code:: python\n\n    pip install django-jet-reboot\n\n\n* Add 'jet' application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before 'django.contrib.admin'):\n\n.. code:: python\n\n    INSTALLED_APPS = (\n        ...\n        'jet',\n        'django.contrib.admin',\n    )\n        \n* Make sure ``django.template.context_processors.request`` context processor is enabled in settings.py (Django 1.8+ way):\n\n.. code:: python\n\n    TEMPLATES = [\n        {\n            'BACKEND': 'django.template.backends.django.DjangoTemplates',\n            'DIRS': [],\n            'APP_DIRS': True,\n            'OPTIONS': {\n                'context_processors': [\n                    ...\n                    'django.template.context_processors.request',\n                    ...\n                ],\n            },\n        },\n    ]\n\n\n* Add URL-pattern to the urlpatterns of your Django project urls.py file (they are needed for related–lookups and autocompletes):\n\n.. code:: python\n\n    urlpatterns = patterns(\n        '',\n        path('jet/', include('jet.urls', 'jet')),  # Django JET URLS\n        path('admin/', include(admin.site.urls)),\n        ...\n    )\n\n* Create database tables:\n\n.. code:: python\n\n    python manage.py migrate jet\n        \n* Collect static if you are in production environment:\n\n.. code:: python\n\n        python manage.py collectstatic\n        \n* Clear your browser cache\n\nDashboard installation\n======================\n\n.. note:: Dashboard is located into a separate application. So after a typical JET installation it won't be active.\n          To enable dashboard application follow these steps:\n\n* Add 'jet.dashboard' application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before 'jet'):\n\n.. code:: python\n\n    INSTALLED_APPS = (\n        ...\n        'jet.dashboard',\n        'jet',\n        'django.contrib.admin',\n        ...\n    )\n\n* Add URL-pattern to the urlpatterns of your Django project urls.py file (they are needed for related–lookups and autocompletes):\n\n.. code:: python\n\n    urlpatterns = patterns(\n        '',\n        path('jet/', include('jet.urls', 'jet')),  # Django JET URLS\n        path('jet/dashboard/', include('jet.dashboard.urls', 'jet-dashboard')),  # Django JET dashboard URLS\n        path('admin/', include(admin.site.urls)),\n        ...\n    )\n\n* **For Google Analytics widgets only** install python package:\n\n.. code::\n\n    pip install google-api-python-client==1.4.1\n\n* Create database tables:\n\n.. code:: python\n\n    python manage.py migrate dashboard\n\n\n* Collect static if you are in production environment:\n\n.. code:: python\n\n        python manage.py collectstatic\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassem-ch%2Fdjango-jet-reboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassem-ch%2Fdjango-jet-reboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassem-ch%2Fdjango-jet-reboot/lists"}