Re: Looking for a Learning Buddy

2023-06-18 Thread Jeman Kumar
did you learn math for machine learning? On Sat, 17 Jun, 2023, 3:30 am John Ayodele, wrote: > Hi! It's John. > > I am currently looking for a learning buddy, for Machine Learning. > I have little experience in Django and I code in Python. > > The learning buddy would have one-on-one meetings

Re: Error: name 'include' is not defined

2023-03-22 Thread Jeman Kumar
hi, replace the line "from django.urls import path" to "from django.urls import path, include" On Wed, 22 Mar, 2023, 6:22 pm Larry Stevens, wrote: > Hello, > > I'm brand new to Django taking an online course in Python. > I created a project named 'django_test' and I'm in the process of creating

Re: Stuck with Django

2023-03-21 Thread Jeman Kumar
; ], > ), > }, > }, > ] > > > On Tuesday, March 21, 2023 at 11:56:48 a.m. UTC-4 Jeman Kumar wrote: > >> hello sir, Did you add the apps in the setting.py file? >> >> On Tue, 21 Mar, 2023, 9:23 pm Vairamut

Re: Stuck with Django

2023-03-21 Thread Jeman Kumar
you have to add apps to "installed apps" list in settings.py On Tue, 21 Mar, 2023, 9:26 pm Jeman Kumar, wrote: > hello sir, Did you add the apps in the setting.py file? > > On Tue, 21 Mar, 2023, 9:23 pm Vairamuthu Puvanachandran, < > vai.pu...@gmail.com> wrote:

Re: Stuck with Django

2023-03-21 Thread Jeman Kumar
hello sir, Did you add the apps in the setting.py file? On Tue, 21 Mar, 2023, 9:23 pm Vairamuthu Puvanachandran, < vai.pu...@gmail.com> wrote: > I am 76 yr old retired Engineer in Canada. > > > > I am new to Python and Django. > > > > I was looking for help and I found your site. > > > > I am

Re: resource acquire

2023-03-01 Thread Jeman Kumar
There is none On Wed, 1 Mar, 2023, 9:29 pm Ephrem, wrote: > > anyone can you send me a django cheat sheat > > -- > 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 >

Re: Need way of authentication with google without using an allauth packages

2023-02-28 Thread Jeman Kumar
https://python-social-auth.readthedocs.io/en/latest/configuration/django.html On Tue, 28 Feb, 2023, 12:50 pm MaheshKumar, wrote: > I need how to create an google authentication without using the django > -allauth packages. > > > Please give me an idea to create an flow of authentication with