Re: Unpaid Internship

2023-04-30 Thread Each1Teach1 Tech Inc
let's talk On Monday, April 24, 2023, John Diginee wrote: > Dear Sir/Ma'am, > > I hope this message finds you well. I am a full-stack software engineering > student at Holberton School, a Silicon Valley-based software engineering > institution. I am reaching out to express my interest in an

Re: Form Page URL Not Found

2023-04-30 Thread Michael Starr
Hi Alberta. Thank you for the wonderful resource. I like concise information displays. Can you explain, by any chance, when a FormView and when a CreateView are used? The tutorials also say use CreateView, but I went for what was more logical to me--and it didn't work. But that may not have

default_renderer is not accessible in BaseForm

2023-04-30 Thread Ryan Burt
Hi all, I upgraded from Django 3.2 to Django 4.2 and somewhere along the way, access to an overridden default_renderer in my ModelForm has been lost. settings.py: FORM_RENDERER = 'django.forms.renderers.TemplatesSetting' my_app/forms.py: class MyModelForm(forms.ModelForm):

Re: Unpaid Internship

2023-04-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
sorry for using the list John Diginee please see scom.ca for my info Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email 

Re: Unpaid Internship

2023-04-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok please see scom.ca for contact info did not realize email was blocked by django users list Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266

Re: Form Page URL Not Found

2023-04-30 Thread ALBERT ASHABA AHEEBWA
Hi there, Yes you need to add {{form}} to your html. I didn't see your models.py file, but let's assume that's okay too. If you are going to use cbv(class based views), The upload view should inherit from the CreateView. Try this amazing resource to learn more, https://ccbv.co.uk/ And also