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 with me so we can share
> ideas and learn together.
> It is really going to be a fun experience.
> The reason I am looking for a learning buddy is because I find it more fun
> learning with people rather than just being self-taught alone.
> I will be going to university later this year or next year.
> 
> If this sounds like you, please do not hesitate to contact me.
> 
>
> Thanks.
> John Ayodele
>
> --
> 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
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAP7pJ3gsn_bkOfP-8k-SNZ%2BmmJ8riuc1cdUVXzoQXN31BS4W4g%40mail.gmail.com
> 
> .
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1TvMBEOov%3DCeG3TtiFfHDB8T6h9zD%3D_2NOyg%3DbG5OruodA%40mail.gmail.com.


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
> a very simple app named 'Hello_World'.
>
> I'm trying to modify the urls.py file in my 'django_test' project for the
> app 'hello_world'.
> My code in urls.py follows:
> from django.contrib import admin
> from django.urls import path
> urlpatterns = [
> path('admin/', admin.site.urls),
> path('hello_world/', include('hello_world.urls'))
> ]
>
> The return error is name 'include' is not defined
>
> I tried to import include with the statement from django.conf.urls
> import include
> which also failed.
>
> Thank you for reading my post.
>
> Larry Stevens
>
> --
> 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
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4e2c7426-b451-4542-9629-52d4f4707a94n%40googlegroups.com
> 
> .
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1TsP%2BkUP8XKc8-h-ambaiX7mkHfF%3DqSWOFzTY0iqFG4q9w%40mail.gmail.com.


Re: Stuck with Django

2023-03-21 Thread Jeman Kumar
see the "{" bracket near options? you didn't close it sir.

On Wed, 22 Mar, 2023, 1:07 am Vairamuthu Puvanachandran, <
vai.pu...@gmail.com> wrote:

> my settings.py is having a problem right now, miss matching of the "(",
> "{" and "["
>
> Can you help me to resolve that?
>
> vairam
>
>  TEMPLATES = [
> {
> 'BACKEND': 'django.template.backends.django.DjangoTemplates',
> 'DIRS': (os.path.join[BASE_DIR, 'templates']),
> 'APP_DIRS': True,
> 'OPTIONS': {
> 'context_processors': [
> 'django.template.context_processors.debug',
> 'django.template.context_processors.request',
> 'django.contrib.auth.context_processors.auth',
> 'django.contrib.messages.context_processors.messages',
> ],
> ),
> },
> },
> ]
>
>
> 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 Vairamuthu Puvanachandran, <
>> vai@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 stuck now.
>>>
>>>
>>>
>>> I followed the “polls.app” tutorial and had the “Hello welcome .. page
>>> under the project directory “mysite”.
>>>
>>>
>>>
>>> Previously I had two applications in a different project name.
>>>
>>>
>>>
>>> I added one application called “calc” in the project directory “mysite”.
>>>
>>>
>>>
>>> I ran into an error. I attach the “print screen” output.
>>>
>>>
>>>
>>> I spent some time but still I couldn’t solve
>>>
>>>
>>>
>>> I appreciate any help you can provide.
>>>
>>>
>>>
>>> I also wish to be a volunteer.
>>>
>>>
>>>
>>>
>>>
>>> Regards,
>>>
>>> Vairam
>>>
>>>
>>>
>>> --
>>> 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 email to django-users...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/ac733821-bd95-4219-8481-3a435e9febddn%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/ac733821-bd95-4219-8481-3a435e9febddn%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> 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
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e660d778-4a2f-4aa9-a39e-0c029f0be026n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/e660d778-4a2f-4aa9-a39e-0c029f0be026n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1TsBcq51p9zajGGqPLOJPYUDn-8cSut1RLpVGnL4rYDLDw%40mail.gmail.com.


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:
>
>> 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 stuck now.
>>
>>
>>
>> I followed the “polls.app” tutorial and had the “Hello welcome .. page
>> under the project directory “mysite”.
>>
>>
>>
>> Previously I had two applications in a different project name.
>>
>>
>>
>> I added one application called “calc” in the project directory “mysite”.
>>
>>
>>
>> I ran into an error. I attach the “print screen” output.
>>
>>
>>
>> I spent some time but still I couldn’t solve
>>
>>
>>
>> I appreciate any help you can provide.
>>
>>
>>
>> I also wish to be a volunteer.
>>
>>
>>
>>
>>
>> Regards,
>>
>> Vairam
>>
>>
>>
>> --
>> 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
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/ac733821-bd95-4219-8481-3a435e9febddn%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/ac733821-bd95-4219-8481-3a435e9febddn%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1TtQAOD3V-gTOqt1MYdKDMUQS35v3MfV4ToMcz_AMD%2B%2BKA%40mail.gmail.com.


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 stuck now.
>
>
>
> I followed the “polls.app” tutorial and had the “Hello welcome .. page
> under the project directory “mysite”.
>
>
>
> Previously I had two applications in a different project name.
>
>
>
> I added one application called “calc” in the project directory “mysite”.
>
>
>
> I ran into an error. I attach the “print screen” output.
>
>
>
> I spent some time but still I couldn’t solve
>
>
>
> I appreciate any help you can provide.
>
>
>
> I also wish to be a volunteer.
>
>
>
>
>
> Regards,
>
> Vairam
>
>
>
> --
> 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
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ac733821-bd95-4219-8481-3a435e9febddn%40googlegroups.com
> 
> .
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1TvvPL2kmiP6G3e3GmDb3x_NqM-irXY_gvSe6sFBhU6wNg%40mail.gmail.com.


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
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/8dce50e4-1867-4746-a631-1e6571faa1fen%40googlegroups.com
> 
> .
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1Tu5josPWD37r5E5eeEPMA1C4PWR5BPx5%3Deyih%2B4oNQ0XA%40mail.gmail.com.


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 google in
> django
>
> --
> 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
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cafb233e-2689-4613-adf0-7751bcbdce94n%40googlegroups.com
> 
> .
>

-- 
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 email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALmE1Ttd1NJEvAR2x6L2%3DtyRGpN5oSfUqSxpbFtM8jMT9ZhYMg%40mail.gmail.com.