Please use this app if your project is powered by an older Django version. django-flat-theme brings fresh air to the default Django Admin interface which hasn't changed in 10 years, since the very first version of Django framework. This theme makes the UI modern and clean.
https://github.com/elky/django-flat-themeTags | django django-admin themes css |
Implementation | CSS |
License | Public |
Platform |
If you're looking for a version compatible with Django 1.8 just install 0.3.7.1. And don't forget to add bootstrap_admin in INSTALLED_APPS before the django.contrib.admin.
django admin dashboard bootstrap django-admin responsiveA Django admin theme using Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps. You can inject custom html on top of any change form creating a template named admin_model_MODELNAME_change_form.html into the application's template folder. Eg: myapp/templates/myapp/admin_model_mymodelname_change_form.html or project/templates/myapp/admin_model_mymodelname_change_form.html.
AdminPlus aims to be the smallest possible extension to the excellent Django admin component that lets you add admin views that are not tied to models. There are packages out there, like Nexus and django-admin-tools that replace the entire admin. Nexus supports adding completely new "modules" (the Django model admin is a default module) but there seems to be a lot of boiler plate code to do it. django-admin-tools does not, as far as I can tell, support adding custom pages.
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.
A curated list of awesome Django apps, projects and resources. A: An awesome package is one that is mature (not recently released), is well maintained, has a good amount of users, has good documentation, follows the best practices, and which latest release is less than 1 year old. Awesome Django packages and projects are the ones that inspire and serve as examples.
django-application django-admin django-forms django-framework django django-views django-project django-rest-framework django-site django-models django-storages django-templates django-rest web-application web-application-framework blogging blogdjango-ordered-model allows models to be ordered and provides a simple admin interface for reordering them. Add ordered_model to your SETTINGS.INSTALLED_APPS.
django django-adminPinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com. pinax-theme-bootstrap is a theme for Pinax based on the open source Bootstrap front-end framework and the Font Awesome icon library.
Material design for Django. To checkout and run open source demo version locally, you need to have git and tox tools installed.
django material-design form crud admin materializecssA set of helpers for baking your Django site out as flat files
django static-site-generatorA replacement for django-admin-sortable using an unintrusive approach. This plugin is a generic drag-and-drop ordering module for sorting objects in the List, the Stacked- and the Tabular-Inlines Views in the Django Admin interface.
django-import-export is a Django application and library for importing and exporting data with included admin integration. Username and password for admin are 'admin', 'password'.
An improved django-admin-tools dashboard for Django projects
Note that this package will install a cloned copy (git submodule) of the Pagedown library from http://github.com/timmyomahony/pagedown/. The widget can be used both inside the django admin or independendly.
The modeltranslation application is used to translate dynamic content of existing Django models to an arbitrary number of languages without having to change the original model classes. It uses a registration approach (comparable to Django's admin app) to be able to add translations to existing or new projects and is fully integrated into the Django admin backend. The advantage of a registration approach is the ability to add translations to models on a per-app basis. You can use the same app in different projects, may they use translations or not, and you never have to touch the original model class.
django translationIf you've ever tried making your own admin object tools and you were like me, you immediately gave up. Why can't they be as easy as making Django Admin Actions? Well now they can be. Add django_object_actions to your INSTALLED_APPS so Django can find our templates.
A Django reusable app providing the ability for admin users to create their own forms within the admin interface, drawing from a range of field widgets such as regular text fields, drop-down lists and file uploads. Options are also provided for controlling who gets sent email notifications when a form is submitted. All form entries are made available in the admin via filterable reporting with CSV/XLS export. The following HTML5 form features are supported.
Please refer to the documentation in the docs/ directory or on RTFD for help. The main reason I started this project was the lack of a good media (css/js) framework in django and the django-cms. Yes there is the Media class used in forms in django, but really that doesn't work that well. Usually the frontend guys want to decide on css and javascript files to be included and they don't want to have to edit Python files to change that neither did I want them to change my Python files. Therefor there was a need to allow you to edit contents of templates which are before or after the point where you are now. Also I wanted duplicates to be removed. As a result I wrote django-sekizai, which does exactly that. It's similar to blocks, just instead of inheriting them, you extend them.
Newsletter application for the Django web framework. Django app for managing multiple mass-mailing lists with both plaintext as well as HTML templates with rich text widget integration, images and a smart queueing system all right from the admin interface.
django-image-cropping is an app for cropping uploaded images via Django's admin backend using Jcrop. django-image-cropping is perfect when you need images with a specific size for your templates but want your users or editors to upload images of any dimension. It presents a selection with a fixed aspect ratio so your users can't break the layout with oddly-sized images.
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.