raph / django_iso_manager

3 stars 4 forks source link

Package application for public consumption #15

Open raph opened 2 years ago

raph commented 2 years ago

App should be installable by normal users and non-developers (people who don't know how to use python or django)

Some examples we can draw inspiration from: https://github.com/credativ/elephant-shed https://github.com/netbox-community/netbox/

DrDub commented 2 years ago

What would be the minimal level of knowledge you expect from your users? IT professionals or average window users?

raph commented 2 years ago

IT professionals definitely, this kind of app only benefits to those maintaining datastore of 30+ ISO images, the average windows users that uses those on a regular basis is probably an IT professional

DrDub commented 2 years ago

For IT professionals a docker install might work, just having access outside the docker image to the sqlite3 file and the repository. What do you think?