app-generator / tutorial-django

Django Tutorial - Learn to code in Django | AppSeed
https://appseed.us/admin-dashboards/django
MIT License
0 stars 0 forks source link

A tutorial on formset factory #2

Open periwinkleFTW opened 3 years ago

periwinkleFTW commented 3 years ago

This topic has a lot of info but it's outdated, would be nice to see something recent

imankarimi commented 3 years ago

Can you tell me what are you looking for exactly? tell me your specific topic.

periwinkleFTW commented 3 years ago

Formset factory with 2 or more related models (1-M, or a separate example with M-M) with class-based views and crispy forms. My specific topic is my invoicing app where I try to add inlineformset_factory for items to the invoice. I know it's very specific, but all the tutorials available online are old and use FBV. This is a really cool django feature and given how few online articles about this topic are available i think it will be a great article. And if you make it work with your products it will be amazing.

imankarimi commented 3 years ago

Sure I will. I try to create several examples in our projects and mention you. I just hope these are the things you need. I will inform you ASAP.

periwinkleFTW commented 3 years ago

I can't wait! Can you make for CBV? Django official docs and Mozilla tutorial are pretty good but some topics are definitely confusing for beginners. Django has a lot of moving parts and I feel overwhelmed at times so i really appreciate tutorials you guys put out here =)