On Tue, Dec 01, 2020 at 04:10:00AM -0800, Amoel moela wrote:
> 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.
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.
Hope this helps!
Ryan N
[1] https://djangopackages.org/grids/g/versioning/
[2] https://github.com/debrouwere/django-revisions
[3] https://github.com/etianen/django-reversion
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20201207190441.GA5707%40fattuba.com.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment