A new style for Django admin

Related tags

Admin Panels djamin
Overview

Djamin

Djamin a new and clean styles for Django admin based in Google projects styles.

Quick start

  1. Install djamin: pip install -e git://github.com/hersonls/djamin.git#egg=djamin

  2. Add "djamin" to your INSTALLED_APPS setting, before django admin app like this:

       INSTALLED_APPS = (
           'djamin',
           'django.contrib.admin',
           ...
           
       )
  3. Start the development server and visit the http://127.0.0.1:8000/admin/ and enjoy it.

Screenshots

alt tag

alt tag

alt tag

alt tag

Contributing

Please, install and give a try to Djamin. Make a pull request with the bugfix or open a new issue with the screenshot's problem. Any kind of help are welcome!

Creator

Hersonls

Comments
  • Background at list page and exclude items

    Background at list page and exclude items

    Hi there! You did a great job here, congratulations! ;)

    I think I have some tips for you. Look this prints:

    screen shot 2014-08-05 at 9 39 51 pm

    screen shot 2014-08-05 at 9 43 09 pm

    I believe the white background to the texts (0 results and items for exclude) would be great. And the button "Yes I'm sure" must be more visible. What do you think?

    opened by lerrua 2
  • fieldset titles are absolutely positioned over other text

    fieldset titles are absolutely positioned over other text

    This can be resolved by modifying the CSS to match:

    base.css:514

    form .module > h2, #content-related .module h2, .module caption {
    /* position: absolute; */
    top: -40px;
    padding: 17px 0 0 10px;
    font-size: 12px;
    

    I'm not sure if there are any other implications of the change.

    opened by kotyy 0
  • unable to install

    unable to install

    after entering pip install -e git://github.com/hersonls/djamin.git#egg=djamin it says no matches found.

    and while I tried to install it like pip install djamin. It says that - "Could not find a version that satisfies the requirement djamin".

    my pip freeze looks like this.

    autopep8==1.3.3
    bleach==2.1.2
    dj-database-url==0.4.2
    Django==2.0
    django-heroku==0.2.0
    django-shell-plus==1.1.7
    flake8==3.5.0
    gunicorn==19.7.1
    html5lib==1.0.1
    importmagic==0.1.7
    jedi==0.11.1
    mccabe==0.6.1
    numpy==1.13.3
    parso==0.1.1
    psycopg2==2.7.3.2
    pycodestyle==2.3.1
    pyflakes==1.6.0
    pyperclip==1.6.0
    pytz==2017.3
    redis==2.10.6
    rope==0.10.7
    six==1.11.0
    webencodings==0.5.1
    whitenoise==3.3.1
    
    opened by imalaminmahamud 0
  • Improve layout validations

    Improve layout validations

    Form validations still using django admin style.

    screen shot 2014-08-05 at 9 51 19 pm

    Perhaps change some icons like "warning", "error" and "add" improve the design.

    opened by lerrua 2
  • Release on PyPI

    Release on PyPI

    Hi @hersonls,

    Even if this isn't accepted as the new CSS for django.contrib.admin I think it's hugely valuable to Django developers as a third-party app. I think the design is great and because you don't modify the HTML, other third party apps are going to work well for it.

    Could you please release this on PyPI?

    Thanks,

    opened by rockymeza 2
Releases(v0.1-alpha)
Owner
Herson Leite
Herson Leite
A new style for Django admin

Djamin Djamin a new and clean styles for Django admin based in Google projects styles. Quick start Install djamin: pip install -e git://github.com/her

Herson Leite 236 Dec 15, 2022
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo

Django JET Modern template for Django admin interface with improved functionality Attention! NEW JET We are proud to announce completely new Jet. Plea

Geex Arts 3.4k Dec 29, 2022
Jet Bridge (Universal) for Jet Admin – API-based Admin Panel Framework for your application

Jet Bridge for Jet Admin – Admin panel framework for your application Description About Jet Admin: https://about.jetadmin.io Live Demo: https://app.je

Jet Admin 1.3k Dec 27, 2022
aiohttp admin is generator for admin interface based on aiohttp

aiohttp admin is generator for admin interface based on aiohttp

Mykhailo Havelia 17 Nov 16, 2022
📱 An extension for Django admin that makes interface mobile-friendly. Merged into Django 2.0

Django Flat Responsive django-flat-responsive is included as part of Django from version 2.0! ?? Use this app if your project is powered by an older D

elky 248 Sep 2, 2022
An improved django-admin-tools dashboard for Django projects

django-fluent-dashboard The fluent_dashboard module offers a custom admin dashboard, built on top of django-admin-tools (docs). The django-admin-tools

django-fluent 326 Nov 9, 2022
A Django app for easily adding object tools in the Django admin

Django Object Actions If you've ever tried making admin object tools you may have thought, "why can't this be as easy as making Django Admin Actions?"

Chris Chang 524 Dec 26, 2022
Disable dark mode in Django admin user interface in Django 3.2.x.

Django Non Dark Admin Disable or enable dark mode user interface in Django admin panel (Django==3.2). Installation For install this app run in termina

Artem Galichkin 6 Nov 23, 2022
There is a new admin bot by @sinan-m-116 .

find me on telegram! deploy me on heroku, use below button: If you can't have a config.py file (EG on heroku), it is also possible to use environment

Sinzz-sinan-m 0 Nov 9, 2021
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

Xadmin Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap. Liv

差沙 4.7k Dec 31, 2022
A jazzy skin for the Django Admin-Interface (official repository).

Django Grappelli A jazzy skin for the Django admin interface. Grappelli is a grid-based alternative/extension to the Django administration interface.

Patrick Kranzlmueller 3.4k Dec 31, 2022
A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps.

django-admin-bootstrapped A Django admin theme using Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed ap

null 1.6k Dec 28, 2022
django's default admin interface made customizable. popup windows replaced by modals. :mage: :zap:

django-admin-interface django-admin-interface is a modern responsive flat admin interface customizable by the admin itself. Features Beautiful default

Fabio Caccamo 1.3k Dec 31, 2022
Extendable, adaptable rewrite of django.contrib.admin

django-admin2 One of the most useful parts of django.contrib.admin is the ability to configure various views that touch and alter data. django-admin2

Jazzband 1.2k Dec 29, 2022
Modern theme for Django admin interface

Django Suit Modern theme for Django admin interface. Django Suit is alternative theme/skin/extension for Django administration interface. Project home

Kaspars Sprogis 2.2k Dec 29, 2022
Django application and library for importing and exporting data with admin integration.

django-import-export django-import-export is a Django application and library for importing and exporting data with included admin integration. Featur

null 2.6k Jan 7, 2023
:honey_pot: A fake Django admin login screen page.

django-admin-honeypot django-admin-honeypot is a fake Django admin login screen to log and notify admins of attempted unauthorized access. This app wa

Derek Payton 907 Dec 31, 2022
"Log in as user" for the Django admin.

django-loginas About "Login as user" for the Django admin. loginas supports Python 3 only, as of version 0.4. If you're on 2, use 0.3.6. Installing dj

Stavros Korokithakis 326 Dec 3, 2022
Visually distinguish environments in Django Admin

django-admin-env-notice Visually distinguish environments in Django Admin. Based on great advice from post: 5 ways to make Django Admin safer by hakib

Yuri Shikanov 258 Nov 30, 2022