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
StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery

StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery

3.3k Jan 01, 2023
A user-friendly JSON editing form for Django admin

A user-friendly JSON editing form for Django admin

Bharat Chauhan 141 Dec 30, 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
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
Django app that enables staff to log in as other users using their own credentials.

Impostor Impostor is a Django application which allows staff members to login as a different user by using their own username and password. Login Logg

Andreu Vallbona Plazas 144 Dec 13, 2022
DyStyle: Dynamic Neural Network for Multi-Attribute-Conditioned Style Editing

DyStyle: Dynamic Neural Network for Multi-Attribute-Conditioned Style Editing

74 Dec 03, 2022
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
AdminFinderV1.5 - Hacking Website Admin Finder Defacer Script

Assalamualaikum Kembali Lagi bersama gua sang culun+nolep ini :v AdminFinder New

KOBUSTOR GHOST TEAM 2 Feb 15, 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 03, 2022
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
📱 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 02, 2022
A cool, modern and responsive django admin application based on bootstrap 5

django-baton A cool, modern and responsive django admin application based on bootstrap 5 Documentation: readthedocs Live Demo Now you can try django-b

Otto srl 678 Jan 01, 2023
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
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

2.6k Jan 07, 2023
Real-time monitor and web admin for Celery distributed task queue

Flower Flower is a web based tool for monitoring and administrating Celery clusters. Features Real-time monitoring using Celery Events Task progress a

Mher Movsisyan 5.5k Dec 28, 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
Python books free to read online or download

Python books free to read online or download

Paolo Amoroso 3.7k Jan 08, 2023
WebVirtCloud is virtualization web interface for admins and users

WebVirtCloud is a virtualization web interface for admins and users. It can delegate Virtual Machine's to users. A noVNC viewer presents a full graphical console to the guest domain. KVM is currently

Anatoliy Guskov 1.3k Dec 29, 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