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
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
A minimalist GUI frontend for the youtube-dl. Takes up less than 4 KB.

📥 libre-DL A minimalist GUI wrapper for youtube-dl. Written in python. Total size less than 4 KB. Contributions welcome. You don't need youtube-dl pr

40 Sep 23, 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
Python code for "Machine learning: a probabilistic perspective" (2nd edition)

Python code for "Machine learning: a probabilistic perspective" (2nd edition)

Probabilistic machine learning 5.3k Dec 31, 2022
fastapi-admin is a fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.

fastapi-admin is a fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.

fastapi-admin 1.6k Dec 30, 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
django-admin fixture generator command

Mockango for short mockango is django fixture generator command which help you have data without pain for test development requirements pip install dj

Ilia Rastkhadiv 14 Oct 29, 2022
Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

Viral Maniar 1.1k Dec 31, 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 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
With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.

Django Hijack With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials. Docs 3.x docs are avai

1.2k Jan 02, 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
With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.

Django Hijack With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials. Docs See http://django

1.2k Jan 05, 2023
Jazzy theme for Django

Django jazzmin (Jazzy Admin) Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy Installation pip inst

David Farrington 1.2k Jan 08, 2023
"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 03, 2022
Extends the Django Admin to include a extensible dashboard and navigation menu

django-admin-tools django-admin-tools is a collection of extensions/tools for the default django administration interface, it includes: a full feature

Django Admin Tools 731 Dec 28, 2022
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
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 09, 2022
xarray: N-D labeled arrays and datasets

xarray is an open source project and Python package that makes working with labelled multi-dimensional arrays simple, efficient, and fun!

Python for Data 2.8k Dec 29, 2022
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code.

A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code

Louis-François Bouchard 2.9k Jan 08, 2023