CRUD Generator

89 views
Skip to first unread message

Noel Simela

unread,
Jan 8, 2021, 12:40:27 AM1/8/21
to django...@googlegroups.com
Good day,

I have explored several crud generator packages.

I am looking for an opinion on the best package to adopt that has been maintained for the past few months,

If you have experience in django crud generators.Please let me know the one you have used, the pros and cons.

Many thanks.

Chandrashekhar Singh

unread,
Jan 8, 2021, 12:44:02 AM1/8/21
to django...@googlegroups.com
Hello,

Does anyone one know ? Is django is best framework for developing delivery applications?

Thanks

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGBhr7ZO4skwE7UXvth2EvGv70fX1DrCGXek5FkbgWoEtnqPVQ%40mail.gmail.com.

Omkar Parab

unread,
Jan 8, 2021, 1:07:51 AM1/8/21
to django...@googlegroups.com
You can build whatever you want, using Django! 

Noel Simela

unread,
Jan 9, 2021, 1:36:16 AM1/9/21
to django...@googlegroups.com
This just went off topic and my question was not answered. 

David Nugent

unread,
Jan 9, 2021, 7:38:44 PM1/9/21
to django...@googlegroups.com
Well, yes, sure you can. But I think the OP had something in mind like https://pypi.org/project/drf-generators/ (which is awsome btw) but targeted at crud views / forms.

I must admit this is one of the nice things that rails scaffold provides in the RoR world.  The code generated by that is certainly not ideal nor even complete, but it does provide at least a lot of the required boilerplate.

David Nugent

unread,
Jan 9, 2021, 10:07:01 PM1/9/21
to django...@googlegroups.com
Actually, this might help:


Cookiecutter is very simple to use, and this is a template you use with it that generates a boilerplate entire (reusable) django app.

There's also a django project generator that I've recently started to use because the project layout - although not "standard startproject" format - is pretty neat even if opinionated. It also mandates some additional django modules that are great to use both in development and runtime. I don't exactly like some aspects of the layout it uses (namely so much non-code going into the app root, which should imho be less cluttered), but that's the beauty of it - templates are highly customisable.

It does generate your basic django boilerplate views, templates and even urls and admin.  I've not actually used it yet, but now that I've discovered it, I fully intend to.

/d

Carles Pina i Estany

unread,
Jan 10, 2021, 6:46:22 AM1/10/21
to django...@googlegroups.com

Hi,
I can't remember the details (and I haven't used it at all) but I saw
this talk:
https://djangoday.dk/talks/introducing-iommi/

And I was very impressed by this package. It might help you.

I write the forms using Models, Views, Forms (using
django-crispy-forms), update the urls.py. But depends on the project it
might make sense to use something that helps on this.

Cheers,

--
Carles Pina i Estany
https://carles.pina.cat
Reply all
Reply to author
Forward
0 new messages