Re: CRUD Generator

2021-01-10 Thread Carles Pina i Estany
Hi, On Jan/08/2021, Noel Simela wrote: > 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 gener

Re: CRUD Generator

2021-01-09 Thread David Nugent
Actually, this might help: https://github.com/pydanny/cookiecutter-djangopackage 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 becau

Re: CRUD Generator

2021-01-09 Thread David Nugent
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 cer

Re: CRUD Generator

2021-01-08 Thread Noel Simela
> >> Does anyone one know ? Is django is best framework for developing >> delivery applications? >> >> Thanks >> >> On Thu, Jan 7, 2021, 11:39 PM Noel Simela wrote: >> >>> Good day, >>> >>> I have explored several crud generator p

Re: CRUD Generator

2021-01-07 Thread Omkar Parab
7, 2021, 11:39 PM Noel Simela wrote: > >> 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 expe

Re: CRUD Generator

2021-01-07 Thread Chandrashekhar Singh
Hello, Does anyone one know ? Is django is best framework for developing delivery applications? Thanks On Thu, Jan 7, 2021, 11:39 PM Noel Simela wrote: > Good day, > > I have explored several crud generator packages. > > I am looking for an opinion on the best package to adop

CRUD Generator

2021-01-07 Thread Noel Simela
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