Re: Django vs Spring decision

2021-03-07 Thread Mottaz Hegaze
Use Django , its really much faster and easier to develop a product using it. On Sun, 7 Mar 2021, 4:11 am makhan Kumbhkar, wrote: > Django is Best framework for upcoming time > > On Sunday, March 7, 2021 at 12:38:04 AM UTC+5:30 Jan-Marten de Jong wrote: > >> Derek and Laya, >> Thank you for the

Re: login and signup form in one view

2021-03-07 Thread Ryan Nowakowski
On Fri, Mar 05, 2021 at 08:51:54AM -0800, uma shankar wrote: > I want to connect my Html input tags with fields created in models .py > using the name attribute of each input tag > > def user_login(request): > if request.method=='POST': > if request.POST.get('submit') == 'checkfor

Re: can we integrate html views that look far better then what is available with django

2021-03-07 Thread Ryan Nowakowski
Hey Sridhar, Since you mentioned you're a "starter", I'm also going to assume you're generally new to web programming. I had similar questions back when I started. Django is really good at generating HTML but it's very un-opinionated about what kind of HTML it generates. You have total control

Re: installing Django in python3

2021-03-07 Thread Kasper Laudrup
On 06/03/2021 18.29, Pavel Lopez wrote: When installing Django in python3 I have the following error ValueError: ZIP does not support timestamps before 1980 someone knows how i can solve this What do you man by "installing Django in python3"? That doesn't make much sense. If you want some h

Re: Problem with adding image files to my object.

2021-03-07 Thread Ryan Nowakowski
On Thu, Mar 04, 2021 at 05:16:55AM -0800, N!KH!L wrote: > Hello everyone! > I am trying to convert multiple audio files to image files. > After data processing when i try to add o/p(image) using > below code, > *I am getting an error "'list' object has no attribute '_committed'" in my > browser*

Re: Api's for another projects.

2021-03-07 Thread Ryan Nowakowski
On Fri, Mar 05, 2021 at 04:09:27AM -0800, Sheldon Le Cooper wrote: > I have requirement of Django Api's. > > Brief about the requirement: > > I have 2 projects (A and B), I did develop the API'S for Project A. The > Project A has been deployed in CentOs with NGNIX server. Now I wanna use > the

Not sure if this is bug or not

2021-03-07 Thread vincent
Hi Guys, I came here for a question. Few days ago, I made some app(i.e. proxy_polls) and happened to put proxy models(i.e. ProxyQuestion, ProxyChoice) into *admin.py* (which is not adequate place), and I didn't make *models.py*. After running 'makemigrations' and 'migrate' commands, I realized

Re: installing Django in python3

2021-03-07 Thread Septo Suharyanto
maybe your desktop o'clock must be revised 2021-03-07 0:29 GMT+07.00, Pavel Lopez : > When installing Django in python3 I have the following error > ValueError: ZIP does not support timestamps before 1980 > someone knows how i can solve this > > -- > You received this message because you are subsc