Django application for running python code in your project's environment from django admin.
https://github.com/onrik/django-webshellTags | django django-admin |
Implementation | Javascript |
License | MIT |
Platform | OS-Independent |
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.
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.
django django-admin themes cssA 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 blogIf 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 responsivedjango-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-adminA 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.
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 are proud to announce completely new Jet. Please check out Live Demo. Developing of new features for Django Jet will be frozen, only critical bugs will be fixed.
django admin interface template responsive dashboardDjango admin templates styled with Twitter Bootstrap
A 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.
The code is hosted on Github. Django-admin-tools is generously documented, you can browse the documentation online. a good start is to read the quickstart guide.
A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
Django-Experiments is an AB Testing Framework for Django. It is possible to set up an experiment through template tags only. Through the Django admin you can monitor and control experiment progress.
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.