Greetings Just beginning the odyssey of learning not only Django but also Python (3) for use in construction a web application. (Working on Debian testing but may be moving to stable if necessary.)
Looking for advice on the application framework. Application proposed design is like this: application does not reside on the user's computer although the application isn't resident on the user's computer any data resulting for the application does reside on the user's computer database of items is present at the application host list of perhaps a couple thousand items with information on each item in up to 100 different 'features' user can add items for use in the application to the database but said information is stored on the user's system (NOT in the main repository) database items are assembled to produce a resultant 'package' (sorry not trying to pun!) any such packages developed (and their composition) are stored on the user's computer My initial thinking is to use various forms (created in perhaps LibreOffice Base or others) on a web application where Django provides the glue between the web browser, Postgresql and the application. In searching for development ideas I am finding that SQLite is also perhaps usable for use in the fashion that I am presently proposing to use Postgresql. Is there a better fit between my application between Postgresql or SQLite? (Further questions would be cheerfully entertained!) TIA -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/402b3ed4-b08f-49b8-8f57-952eac6d0d7b%40googlegroups.com.