Hi there,
I’m trying to use django to just have a very basic web interface for a database. It’s really just uploading excel files, viewing/editing the tables in web (basically pretty similar to the admin interface) and maybe exporting to excel or csv.
Does anyone know of packages/apps that implement the web interface part? Surely somebody has written something like this before and shared it, but I can’t find anything on djangopackages.org (probably because I can’t come up with good search terms).