A new style for Django admin

Related tags

Admin Panelsdjamin
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
The script that able to find admin panels

admin_panel_finder The script will try to request possible admin panels by reading possible admin panels url then report as 200 YES or 404 NO usage: p

E-Pegasus 3 Mar 09, 2022
Allow foreign key attributes in list_display with '__'

django-related-admin Allow foreign key attributes in Django admin change list list_display with '__' This is based on DjangoSnippet 2996 which was mad

Petr DlouhĂ˝ 62 Nov 18, 2022
WordPress look and feel for Django administration panel

Django WP Admin WordPress look and feel for Django administration panel. Features WordPress look and feel New styles for selector, calendar and timepi

Maciej Marczewski 266 Nov 21, 2022
A high-level app and dashboarding solution for Python

Panel provides tools for easily composing widgets, plots, tables, and other viewable objects and controls into custom analysis tools, apps, and dashboards.

HoloViz 2.5k Jan 03, 2023
A python application for manipulating pandas data frames from the comfort of your web browser

A python application for manipulating pandas data frames from the comfort of your web browser. Data flows are represented as a Directed Acyclic Graph, and nodes can be ran individually as the user se

Schlerp 161 Jan 04, 2023
A platform used with frabit-server and frabit

A platform used with frabit-server and frabit

FrabitTech 1 Mar 03, 2022
A configurable set of panels that display various debug information about the current request/response.

Django Debug Toolbar The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/respons

Jazzband 7.3k Dec 31, 2022
Tornadmin is an admin site generation framework for Tornado web server.

Tornadmin is an admin site generation framework for Tornado web server.

Bharat Chauhan 0 Jan 10, 2022
PyMMO is a Python-based MMO game framework using sockets and PyGame.

PyMMO is a Python framework/template of a MMO game built using PyGame on top of Python's built-in socket module.

Luis Souto Maior 61 Dec 18, 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

1.6k Dec 28, 2022
Helpers to extend Django Admin with data from external service with minimal hacks

django-admin-data-from-external-service Helpers to extend Django Admin with data from external service with minimal hacks Live demo with sources on He

Evgeniy Tatarkin 7 Apr 27, 2022
Tactical RMM is a remote monitoring & management tool for Windows computers, built with Django and Vue.

Tactical RMM is a remote monitoring & management tool for Windows computers, built with Django and Vue. It uses an agent written in golan

Dan 1.4k Dec 30, 2022
Awesome Video Datasets

Awesome Video Datasets

Yunhua Zhang 462 Jan 02, 2023
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
EOD (Easy and Efficient Object Detection) is a general object detection model production framework.

EOD (Easy and Efficient Object Detection) is a general object detection model production framework.

383 Jan 07, 2023
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
spider-admin-pro

Spider Admin Pro Github: https://github.com/mouday/spider-admin-pro Gitee: https://gitee.com/mouday/spider-admin-pro Pypi: https://pypi.org/

mouday 289 Jan 06, 2023
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
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

1.6k Dec 28, 2022
BitcartCC is a platform for merchants, users and developers which offers easy setup and use.

BitcartCC is a platform for merchants, users and developers which offers easy setup and use.

BitcartCC 270 Jan 07, 2023