django-easy-audit VS django-drf-filepond

Compare django-easy-audit vs django-drf-filepond and see what are their differences.

django-easy-audit

Yet another Django audit log app, hopefully the simplest one. (by soynatan)

django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library (by ImperialCollegeLondon)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
django-easy-audit django-drf-filepond
4 2
668 101
- 2.0%
7.4 2.7
10 days ago 2 months ago
Python Python
GNU General Public License v3.0 only BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

django-easy-audit

Posts with mentions or reviews of django-easy-audit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.

django-drf-filepond

Posts with mentions or reviews of django-drf-filepond. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-22.
  • Can't get Django to work with FilePond for some reason
    2 projects | /r/django | 22 Feb 2022
    I've had this problem for a while. I'm using filepond on the frontend for uploading files, and I've followed their setup documentation, but I cannot for the life of me get it to work. I'm using django-drf-filepond as the backend for my FilePond uploads, but I keep getting `Bad Request: /uploads/process/` errors. My FilePond configuration is
  • Should DRF image upload be handled in separate request than other image attributes, like description, tags, etc.?
    2 projects | /r/djangolearning | 11 Feb 2021
    It might be worth looking at https://github.com/ImperialCollegeLondon/django-drf-filepond to see if it meets your needs. Files are uploaded via DRF in the background and an alphanumeric string key that the server returns can be posted along with the form and any other form fields. When handling the form on the server the alphanumeric key is used to retrieve the uploaded file from its temporary location and you can move and do whatever you wish with it.

What are some alternatives?

When comparing django-easy-audit and django-drf-filepond you can also consider the following projects:

django-auditlog - A Django app that keeps a log of changes made to an object.

patchman - Patchman is a Linux Patch Status Monitoring System

django-simple-history - Store model history and view/revert changes from admin site.

filepond - 🌊 A flexible and fun JavaScript file upload library

django-ledger - Django Ledger is a double entry accounting system built on the Django Web Framework.

django-survey - A django survey app that can export results as CSV or PDF using your native language.

blog_application_django - A simple blog application created using Django framework.

pasportaservo - La fontkodo de Pasporta Servo

django-reversion - django-reversion is an extension to the Django web framework that provides version control for model instances.

banking-system - A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS

django-audit-log - Audit log for your Django models