Re: What do you do with large project and forms?

2022-08-30 Thread Paul serubombwe
You need to work with model forms, but not forms, in your templates implement crispy forms to avoid over coding On Wed, Aug 31, 2022, 03:03 Mike Dewhirst wrote: > 1. Create a forms directory > 2. Create ../forms/__init__.py > 3. Move your forms.py into the forms directory > 4. In ./__init__.py

Re: Guys i have issue while loading sub module in django app

2022-08-28 Thread Paul serubombwe
Elaborate more bro, what do you mean by sub model On Sat, Aug 27, 2022, 23:56 देव Hingu wrote: > Please check here for my problem > > https://stackoverflow.com/questions/73499743/cant-find-load-sub-module-inside-django-appmodule-dynamically > > -- > You received this message because you are

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread Paul serubombwe
Its a requirement if your application is using 1. a fronted framework, 2. If your going to integrate APIs for instance payment APIs etc. And its also good in authentication. On Aug 26, 2022 6:19 AM, "Ryan Nowakowski" wrote: > On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote: > > I