Skip to main content

Django application that allows users to clone a model in Admin

Project description

django-modelclone-next

Allows users to duplicate a model in admin.

This is a fork of https://github.com/RealGeeks/django-modelclone

Installation

$ pip install django-modelclone-next

then:

  1. Add 'modelclone' to INSTALLED_APPS
  2. In your admin.py files extend from modelclone.ClonableModelAdmin instead of Django's ModelAdmin

The models that have admin configuration extending modelclone.ClonableModelAdmin will have a new link on the Change page to duplicate that object

Screenshot Duplicate link

This links redirects to a page similar to an Add page but with all the fields already filled with the values from the original object.

Note that you still need to save to get a new object. And make sure to edit fields that must be unique otherwise you will get a validation error.

But Django already has a 'save as'

Yes, I know. Django Admin has a save_as feature that adds a new button to your Change page to save a new instance of that object.

I don't like the way this feature works because you will save an identical copy of the original object (if you don't get validation errors) as soon as you click that link, and if you forget to make the small changes that you wanted in the new object you will end up with a duplicate of the existing object.

On the other hand, django-modelclone offers an intermediate view, that basically pre-fills the form for you. So you can modify and then save a new instance. Or just go away without side effects.

Requirements

  • Python 3
  • Django 2.2, 3.0, 3.1, 3.2 or 4.0

See tox.ini

Hacking

Fork the repository on github, make your changes (don't forget the tests) and send a pull request.

To run the tests, install and run Tox:

$ pip install tox
$ tox

You can also run the sample project to test manually. In this case you'll need to install Django, or just use one of the virtualenvs tox creates, for example:

$ source .tox/py310-django32/bin/activate

then start the server

(py310-django32) $ ./manager serve

The app is available on http://localhost:8000/admin/, username and password "admin".

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-modelclone-next-0.8.2.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

django_modelclone_next-0.8.2-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file django-modelclone-next-0.8.2.tar.gz.

File metadata

File hashes

Hashes for django-modelclone-next-0.8.2.tar.gz
Algorithm Hash digest
SHA256 26f88b6c8d36eed4b86ba3f33ef85073b8ba072fe15d5af245e2b0803020d5a4
MD5 6f5ae2c06445decedf6fa6e87d183ebb
BLAKE2b-256 7a1063475d97c0a53de56ce4492c9d8d2e3b2d53eba64ad63e281ae28f50d433

See more details on using hashes here.

Provenance

File details

Details for the file django_modelclone_next-0.8.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_modelclone_next-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1f834ba84e4be501011f5d110581893be2a2c1748f7defcd8f54fedcd1843b04
MD5 a196da23571a1813ef49fe1151eae514
BLAKE2b-256 ba302378c89e2614d53baab15647a5e3e1e6098b0df48fd1f5ff4dfea6a34393

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page