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
A user-friendly JSON editing form for Django admin

A user-friendly JSON editing form for Django admin

Bharat Chauhan 141 Dec 30, 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
FLEX (Federated Learning EXchange,FLEX) protocol is a set of standardized federal learning agreements designed by Tongdun AI Research Group。

Click to view Chinese version FLEX (Federated Learning Exchange) protocol is a set of standardized federal learning agreements designed by Tongdun AI

同盾科技 50 Nov 29, 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
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
Video Visual Relation Detection (VidVRD) tracklets generation. also for ACM MM Visual Relation Understanding Grand Challenge

VidVRD-tracklets This repository contains codes for Video Visual Relation Detection (VidVRD) tracklets generation based on MEGA and deepSORT. These tr

25 Dec 21, 2022
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way

django-admin-easy Collection of admin fields, decorators and mixin to help to create computed or custom fields more friendly and easy way Installation

Ezequiel Bertti 364 Jan 08, 2023
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
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
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
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
GFPGAN is a blind face restoration algorithm towards real-world face images.

GFPGAN is a blind face restoration algorithm towards real-world face images.

Applied Research Center (ARC), Tencent PCG 25.6k Jan 04, 2023
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
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
Django Semantic UI admin theme

Django Semantic UI admin theme A completely free (MIT) Semantic UI admin theme for Django. Actually, this is my 3rd admin theme for Django. The first

Alex 69 Dec 28, 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
Lazymux is a tool installer that is specially made for termux user which provides a lot of tool mainly used tools in termux and its easy to use

Lazymux is a tool installer that is specially made for termux user which provides a lot of tool mainly used tools in termux and its easy to use, Lazymux install any of the given tools provided by it

DedSecTL 1.8k Jan 09, 2023
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
Jinja is a fast, expressive, extensible templating engine.

Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax.

The Pallets Projects 9k Jan 04, 2023
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