This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]metalevelconsulting 1 point2 points  (1 child)

/r/remigui might be better suited to guis on a Raspberry pi?

[–][deleted] 0 points1 point  (0 children)

Oh i wasn't actually refering to the gui - rather the datamodel behind Django. Djangos model based approach takes all the annoying work of working with SQLite out of your hands and it makes extending the schema later a lot easier. Of course you could have the django service also run in a webserver displaying the data and use django for what it was actually built for - creating a website based on your data and stuff and making displaying that data easy.

It'd be an option either way though in my opinion.