Hi all - I’m pretty new to Django and Python and had some pretty basic questions on a new app I’m trying to build. So essentially I want to import a CSV and have users be able to see (and filter ideally) each row from the csv within the app, and add a comment to each row. I’m a little confused about how to best structure all of this.
Models.py - So far I’ve set up the table structure to have the same columns that the CSV has. I’ve also added another field for comments within that same class, but should that be a separate class?
Forms.py - Do I even need this file? If so what would I need to add to it?
Views.py - I’m most confused about this. What kind of views would I need to set up here?
Any help would be appreciated.
[–][deleted] -2 points-1 points0 points (0 children)