You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello everyone, I'm looking for versioning with files in Django. New upload file v.1 and after processing the automatic update to v.2. The update from version 1 to version 2 should change via upload.
I would bee nicet to get some information about this problem.
regards
Alex
Ryan Nowakowski
unread,
Dec 7, 2020, 2:06:24 PM12/7/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I've done a couple of projects requiring "versioning". I'd use one of
the Django versioning[1] apps to make it easy to version the model that
has the uploaded file field. The versioning app that I have the most
experience with is django-revisions[2] but that was a while ago and it
seems unmaintained. It looks like django-reversion[3] is pretty well
maintained today.