• Stars
    star
    705
  • Rank 61,917 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 11 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generic drag-and-drop ordering for objects in the Django admin interface

django-admin-sortable2

This Django package adds functionality for generic drag-and-drop ordering of items in the List, the Stacked- and the Tabular-Inlines Views of the Django Admin interface.

Build Status PyPI version Python versions Django versions Downloads Software license

Check the demo:

Demo

This library offers simple mixin classes which enrich the functionality of any existing class inheriting from admin.ModelAdmin, admin.StackedInline or admin.TabularInline.

It thus makes it very easy to integrate with existing models and their model admin interfaces. Existing models can inherit from models.Model or any other class derived thereof. No special base class is required.

Version 2.0

This is a major rewrite of this django-admin-sortable2. It replaces the client side part against Sortable.JS and thus the need for jQuery.

Replacing that library allowed me to add a new feature: Multiple items can now be dragged and dropped together.

Project's Home

https://github.com/jrief/django-admin-sortable2

Detailled documentation can be found on ReadTheDocs.

Before reporting bugs or asking questions, please read the contributor's guide.

License

Licensed under the terms of the MIT license.

Copyright Β© 2013-2022 Jacob Rief and contributors.

Please follow me on Twitter Follow for updates and other news.

More Repositories

1

django-angular

Let AngularJS play well with Django
JavaScript
1,231
star
2

django-websocket-redis

Websockets for Django applications using Redis as message queue
Python
889
star
3

django-sass-processor

SASS processor to compile SCSS files into *.css, while rendering, or offline.
Python
396
star
4

django-formset

The missing widgets and form manipulation library for Django
Python
251
star
5

djangocms-cascade

Build Single Page Applications using the Django-CMS plugin system
Python
163
star
6

django-entangled

Edit JSON-Model Fields using a Standard Django Form.
Python
121
star
7

angular-retina

Add support for Retina displays when using element attribute "ng-src"
JavaScript
120
star
8

djangocms-bootstrap

django-CMS templatetags and HTML snippets to handle the navigation when used in combination with Bootstrap-3/4
HTML
13
star
9

django-nodebow

Just initialized
Python
8
star
10

angular-bootstrap-plus

Additional directives for AngularJS
JavaScript
8
star
11

django-shop-wishlists

Wishlists plugin for django-shop
Python
5
star
12

django-shop-productvariations

Python
5
star
13

django-shop-ipayment

A django-SHOP payment backend for IPayment (https://ipayment.de/)
Python
4
star
14

cookiecutter-djangocms-cascade

Cookiecutter templates to create a django-CMS project using plugins from Cascade
Python
4
star
15

my-shop

Django-SHOP demo generated by cookiecutter-django-shop and used to migrate towards Bootstrap-4
Python
3
star
16

djangocms-reveal

DjangoCMS plugin for presentations based on reveal.js
JavaScript
2
star
17

cmsplugin-text-wrapper

A cms plugin which extends and replaces the text plugin shipped with django-cms with simple wrapper functionalities.
Python
2
star
18

django-girls

Python
1
star