viewflow / django-material

Material Design for Django
http://viewflow.io/
BSD 3-Clause "New" or "Revised" License
2.49k stars 424 forks source link

Checkbox data in sessions #450

Closed MLConvexAI closed 5 years ago

MLConvexAI commented 5 years ago

This is now really an issue, but more like a question but because I do not know where this should be asked, I put it here.

I am getting familiar with Django and MaterializeCC and I was having a challenge with checkboxes how to show them correctly. With this django-material they started to work. Great!

I am still having a problem that how with this setup I can store the checkbox data so that when next time visiting on page, the data is not lost.

Any advice where to look or how is it made?

kmmbvnr commented 5 years ago

Unfortunately the question sounds a bit generic. Probably you need to start with Django tutorial to get onto models and forms processing https://docs.djangoproject.com/en/2.2/intro/tutorial01/

BTW Django Learning community is the great place to ask questions https://www.reddit.com/r/djangolearning/