Re: Can't change my site name from example.com

2020-07-27 Thread sunday honesty
I have

On Mon, Jul 27, 2020, 11:35 PM Selis  wrote:

> Hiya,
>
> have you set the 'DEFAULT_FROM_MAIL' and 'SERVER_EMAIL' in your
> settings.py?
> Here
> 
>  is
> a reference from the Django Documentation.
>
> Regards,
> Selis
> honest...@gmail.com schrieb am Montag, 27. Juli 2020 um 21:13:18 UTC+2:
>
>> Hi folks, i have been unable to change my site name from example.com or
>> at other times localhost...
>>
>> Anytime i send any mail, it usually display the site name as example.com.
>>
>> For instance, when user registers or want to reset password, the link is
>> usually example.com/somethings.
>>
>> I have changed my site id to my domain name i added to sites through
>> django admin area
>>
>> I am using danjo-allauth.
>>
>> In my other project am using django auth, it displays as localhost/...
>>
>> Can someone help me out?
>>
> --
> 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/cc218a9b-d38e-4f35-bb68-70ceab8c5e14n%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/CALcuGNsY%3DLzmNmQ_Hx1%3Dy1ysm4MBwCt1tE7%3D4U-FG77LncZM9w%40mail.gmail.com.


Re: Can't change my site name from example.com

2020-07-27 Thread Selis
Hiya,

have you set the 'DEFAULT_FROM_MAIL' and 'SERVER_EMAIL' in your settings.py?
Here 

 is 
a reference from the Django Documentation.

Regards,
Selis
honest...@gmail.com schrieb am Montag, 27. Juli 2020 um 21:13:18 UTC+2:

> Hi folks, i have been unable to change my site name from example.com or 
> at other times localhost...
>
> Anytime i send any mail, it usually display the site name as example.com.
>
> For instance, when user registers or want to reset password, the link is 
> usually example.com/somethings.
>
> I have changed my site id to my domain name i added to sites through 
> django admin area 
>
> I am using danjo-allauth.
>
> In my other project am using django auth, it displays as localhost/...
>
> Can someone help me out?
>

-- 
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/cc218a9b-d38e-4f35-bb68-70ceab8c5e14n%40googlegroups.com.


Re: Can't change my site name from example.com

2020-07-27 Thread sunday honesty
I have done that

On Mon, Jul 27, 2020, 9:39 PM Miracle  wrote:

> Change both "display name" and "domain name" in sites, in your Admin.
>
> Make sure the site Id in settings.py corresponds to the id of the "domain
> name"
>
> Then restart the server.
>
>
>
> On Mon, 27 Jul 2020, 9:27 pm sunday honesty, 
> wrote:
>
>> I am not using custom user model...
>>
>> I didn't clone anything from GitHub repo...
>>
>> I only installed the third party package - django-allauth and done all
>> necessary configurations.
>>
>> I have changed the site name from example.com to my domainname.com
>> through the sites area of admin panel but it kept showing as example.com
>> when I send email
>>
>> On Mon, Jul 27, 2020, 9:07 PM Exactly musty 
>> wrote:
>>
>>> If I should understand you very well,its because you are using Custom
>>> user model,and you probably clone it from a github repo,it can't change
>>> itself mate, go the admin panel, then click on site, you should change it
>>> from example.com to your website name
>>>
>>> --
>>> 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/cb039d11-e1c8-44fb-840f-68811f5420ddo%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/CALcuGNtBLZYr6tnQm6E_zREpJKCzkwVjU8WEfXHpa%3DDEAXP%3Drg%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/CADZv-jCT%2BDqx8wbDYSumykoV6C6s_Vhe%3DybCG7EQv0RoAMYbrg%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/CALcuGNsM7HB95%3DoT%3D_xbGyCdPF_xDO7jWO2qLPkxBcgeHu0L5w%40mail.gmail.com.


Re: Can't change my site name from example.com

2020-07-27 Thread Miracle
Change both "display name" and "domain name" in sites, in your Admin.

Make sure the site Id in settings.py corresponds to the id of the "domain
name"

Then restart the server.



On Mon, 27 Jul 2020, 9:27 pm sunday honesty, 
wrote:

> I am not using custom user model...
>
> I didn't clone anything from GitHub repo...
>
> I only installed the third party package - django-allauth and done all
> necessary configurations.
>
> I have changed the site name from example.com to my domainname.com
> through the sites area of admin panel but it kept showing as example.com
> when I send email
>
> On Mon, Jul 27, 2020, 9:07 PM Exactly musty 
> wrote:
>
>> If I should understand you very well,its because you are using Custom
>> user model,and you probably clone it from a github repo,it can't change
>> itself mate, go the admin panel, then click on site, you should change it
>> from example.com to your website name
>>
>> --
>> 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/cb039d11-e1c8-44fb-840f-68811f5420ddo%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/CALcuGNtBLZYr6tnQm6E_zREpJKCzkwVjU8WEfXHpa%3DDEAXP%3Drg%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/CADZv-jCT%2BDqx8wbDYSumykoV6C6s_Vhe%3DybCG7EQv0RoAMYbrg%40mail.gmail.com.


Re: Can't change my site name from example.com

2020-07-27 Thread sunday honesty
I am not using custom user model...

I didn't clone anything from GitHub repo...

I only installed the third party package - django-allauth and done all
necessary configurations.

I have changed the site name from example.com to my domainname.com through
the sites area of admin panel but it kept showing as example.com when I
send email

On Mon, Jul 27, 2020, 9:07 PM Exactly musty 
wrote:

> If I should understand you very well,its because you are using Custom user
> model,and you probably clone it from a github repo,it can't change itself
> mate, go the admin panel, then click on site, you should change it from
> example.com to your website name
>
> --
> 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/cb039d11-e1c8-44fb-840f-68811f5420ddo%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/CALcuGNtBLZYr6tnQm6E_zREpJKCzkwVjU8WEfXHpa%3DDEAXP%3Drg%40mail.gmail.com.


Can't change my site name from example.com

2020-07-27 Thread Exactly musty
If I should understand you very well,its because you are using Custom user 
model,and you probably clone it from a github repo,it can't change itself mate, 
go the admin panel, then click on site, you should change it from example.com 
to your website name

-- 
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/cb039d11-e1c8-44fb-840f-68811f5420ddo%40googlegroups.com.


Can't change my site name from example.com

2020-07-27 Thread sunday honesty
Hi folks, i have been unable to change my site name from example.com or at 
other times localhost...

Anytime i send any mail, it usually display the site name as example.com.

For instance, when user registers or want to reset password, the link is 
usually example.com/somethings.

I have changed my site id to my domain name i added to sites through django 
admin area 

I am using danjo-allauth.

In my other project am using django auth, it displays as localhost/...

Can someone help me out?

-- 
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/ad55079a-28fb-474d-8b34-53205dfb011co%40googlegroups.com.


looking for solution

2020-07-27 Thread Exactly musty
The way you wrote your django url is not correct,the " should be like the 
"cart" not " cart " python count empty space 

-- 
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/4b5b5afe-af1a-4cdd-838a-3ccdb54f2289o%40googlegroups.com.


Re: Python-django project

2020-07-27 Thread Vikash Django
 I am also interested add me  +91-9158080139

On Mon, Jul 27, 2020 at 8:01 PM Vishnu Bhandari 
wrote:

> Hi Folks,
> Decided to make a whats app group of all django users (aspiring and
> expert) for sharing problem and asnwers.
> Request you all, please ping me om +919561879917...
> Or u can join thru this link -
> https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl
>
> If any existing group exists, please add me there. - 9561879917
>
>
> On Mon, 27 Jul, 2020, 7:49 pm Sead Sejo Gicić, 
> wrote:
>
>> Very nice opportunity! I am interested... I am waiting for further
>> details! Regard
>>
>> уто, 21. јул 2020. у 05:09 learn code  је
>> написао/ла:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CALFh0xGvJUJX6Yqfcvj5s0oPhn%2BDe0zdcO%2BsAariE_vb%2B%2BNqmQ%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/CALeETXLEf62dRiBowbdPjpWMQ6E00fGso7M7g20cwYQsUgv1mg%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/CADtCbmYWpVR6afv2QAFk25vQ4s5rHAypcZAXZ4RNgimC5eb%2BYQ%40mail.gmail.com.


Re: Data Science and sql problem

2020-07-27 Thread Integr@te System
Hi Friend,

If you want more option, new t-sql with predict statement directly on db.



On Mon, Jul 27, 2020, 4:25 PM AJ Wattoo  wrote:

> as far i understand you want to connect with postgreSQL database on
> jupyter notebook :
> you can do like this
> 1. install -c anaconda psycopg2 and install -c anaconda sqlalchemy
>
> *2. *from sqlalchemy import create_engine and import pandas as pd
>
> 3. engine=create_engine(‘postgres+psycopg2://postgres:@localhost
> :5432/anyname’)
>
> In thes case *postgres *= name of my databse , ** is my password ,
> *localhost*=host, *port *= 5432, *anyname* = database name
>
> 4. con = engine.connect()
>
> 5. df=*pd.read_sql_query(*SQL queries #whatever you want to get from
> database*)*
>
> and then saving that data in csv
> 6. df.to_csv('file_name.csv')
> On Monday, July 27, 2020 at 6:37:44 AM UTC+2 yame...@gmail.com wrote:
>
>> Try sql alchemy, if you need a full access with many functionality. Other
>> than that, u can connect directly to the database through python. The exact
>> implementation will depend on the database type
>>
>> Le dim. 26 juil. 2020 à 18:15, Gurmeet Kaur  a
>> écrit :
>>
>>> you could try using connection and cursor to connect nd then pandas to
>>> read csv using readcsv function
>>>
>>> On Sun, Jul 26, 2020, 11:59 AM Prashant Singh 
>>> wrote:
>>>
 How can i connect database with help of function in jupyter notebook
 and then conver data into csv to build model ?

 --
 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/dd90d45a-dfbf-47a6-86b2-a4e600d4a9c9n%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...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAEbKJVi%3DPfRdjN7AxWiEb-BuUZ_cjwinBpwrbQ9-iTi7e_hyrQ%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/97217142-867e-4f5a-9c52-17fa3a6f7ce6n%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/CAP5HUWr19SEW4L8Or4UswhtXgNQtcTwbdRYkrgYHdELh-JL%2BOQ%40mail.gmail.com.


Re: Login and Registration

2020-07-27 Thread Maqdum Adewale
Join me on WhatsApp  so that i can help 09090879780

On Sun, Jul 19, 2020, 6:39 PM Exactly musty 
wrote:

> Read the doc or follow MDN tutorial
>
> --
> 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/2aa0a800-6387-43ce-ac1e-385807bd7e44o%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/CA%2B48qrGdio2nJ81GRQoP04dL_684v%2BpJN-cifombdntFmsoJOw%40mail.gmail.com.


Re: How to track changes changes, deletions and creations of records on django site

2020-07-27 Thread Hector Berrones
Thank you Brother, I will check it out right away.

On Mon, Jul 27, 2020, 10:32 AM Miracle  wrote:

> This should work
>
>
> https://django-simple-history.readthedocs.io/en/latest/
>
> On Mon, 27 Jul 2020, 4:30 pm Hector Berrones, 
> wrote:
>
>> Hi, Thanks for reading me, does anyone can advice to me about how can
>> have record of changes, deletions and creations on a django app,
>> I was trying creating a field in the model to save the Current
>> authenticated user but I have't been able to get the user ID and I
>> would't like to make that field the ForeighKey because I am fraid that if
>> that user is deleted i would lose all the child records.. hope somebody can
>> give me  advice on this, Thanks in advance.
>> --
>> *Hector Berrones.*
>> (956) 775 5951
>> hec...@getin2web.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/CAFFaoUK7dxusz8DypSekM%3DdsvgSKR2oPcWkhuU5F%3DMHJr_WtxQ%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/CADZv-jBrA54soxfCrjBf9iprrGm7wKYk0Xj5XpKm%2ByqWqkiR_g%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/CAFFaoULV5sWTKzfzHYSsZEEXr_BmWZ%3DUw-SQdjXxvZQE6D1Wmg%40mail.gmail.com.


Re: How to track changes changes, deletions and creations of records on django site

2020-07-27 Thread Miracle
This should work


https://django-simple-history.readthedocs.io/en/latest/

On Mon, 27 Jul 2020, 4:30 pm Hector Berrones,  wrote:

> Hi, Thanks for reading me, does anyone can advice to me about how can have
> record of changes, deletions and creations on a django app,
> I was trying creating a field in the model to save the Current
> authenticated user but I have't been able to get the user ID and I
> would't like to make that field the ForeighKey because I am fraid that if
> that user is deleted i would lose all the child records.. hope somebody can
> give me  advice on this, Thanks in advance.
> --
> *Hector Berrones.*
> (956) 775 5951
> hec...@getin2web.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/CAFFaoUK7dxusz8DypSekM%3DdsvgSKR2oPcWkhuU5F%3DMHJr_WtxQ%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/CADZv-jBrA54soxfCrjBf9iprrGm7wKYk0Xj5XpKm%2ByqWqkiR_g%40mail.gmail.com.


How to track changes changes, deletions and creations of records on django site

2020-07-27 Thread Hector Berrones
Hi, Thanks for reading me, does anyone can advice to me about how can have
record of changes, deletions and creations on a django app,
I was trying creating a field in the model to save the Current
authenticated user but I have't been able to get the user ID and I
would't like to make that field the ForeighKey because I am fraid that if
that user is deleted i would lose all the child records.. hope somebody can
give me  advice on this, Thanks in advance.
-- 
*Hector Berrones.*
(956) 775 5951
hec...@getin2web.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/CAFFaoUK7dxusz8DypSekM%3DdsvgSKR2oPcWkhuU5F%3DMHJr_WtxQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Vishnu Bhandari
Hi Folks,
Decided to make a whats app group of all django users (aspiring and expert)
for sharing problem and asnwers.
Request you all, please ping me om +919561879917...
Or u can join thru this link -
https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl

If any existing group exists, please add me there. - 9561879917


On Mon, 27 Jul, 2020, 7:49 pm Sead Sejo Gicić,  wrote:

> Very nice opportunity! I am interested... I am waiting for further
> details! Regard
>
> уто, 21. јул 2020. у 05:09 learn code  је
> написао/ла:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CALFh0xGvJUJX6Yqfcvj5s0oPhn%2BDe0zdcO%2BsAariE_vb%2B%2BNqmQ%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/CALeETXLEf62dRiBowbdPjpWMQ6E00fGso7M7g20cwYQsUgv1mg%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Sead Sejo Gicić
Very nice opportunity! I am interested... I am waiting for further details!
Regard

уто, 21. јул 2020. у 05:09 learn code  је
написао/ла:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CALFh0xGvJUJX6Yqfcvj5s0oPhn%2BDe0zdcO%2BsAariE_vb%2B%2BNqmQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Everlyne Kemo
Hey am interested

On Tue, 21 Jul 2020, 06:09 learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAH8JXBDBJWQE2P4GGTgaOK9rw0%2B9kXHXLGg%2BuaA4R4-uvsCtDQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Archit Keshri
I am interested

On Mon, 27 Jul, 2020, 7:04 PM Olasande Asimiyu, 
wrote:

> I'm interested
>
> On Mon, Jul 27, 2020, 2:01 PM Lokesh Kumar  wrote:
>
>> I'm interested!
>>
>> On Tue, Jul 21, 2020 at 8:39 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>>
>> 
>> Lokesh Kumar
>> about.me/LokeshK431
>> 
>>
>> --
>> 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/CADiRPBpU7o6qyykQir34-fri4FvP4w4P%3D1-jyEC2u3vrka%2BbWQ%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/CAK0X3bALK9LMsAFnT6LhTGUArWQvGn7M5LjBUe7R5LMK66-Q2g%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/CAFcndAyXaY1vuv4jAjqpX36R6J8%3DsKVj%3DC0husyc6ds6t9CD5Q%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Olasande Asimiyu
I'm interested

On Mon, Jul 27, 2020, 2:01 PM Lokesh Kumar  wrote:

> I'm interested!
>
> On Tue, Jul 21, 2020 at 8:39 AM learn code 
> wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>> .
>>
>
>
> --
>
> 
> Lokesh Kumar
> about.me/LokeshK431
> 
>
> --
> 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/CADiRPBpU7o6qyykQir34-fri4FvP4w4P%3D1-jyEC2u3vrka%2BbWQ%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/CAK0X3bALK9LMsAFnT6LhTGUArWQvGn7M5LjBUe7R5LMK66-Q2g%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Lokesh Kumar
I'm interested!

On Tue, Jul 21, 2020 at 8:39 AM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>


-- 

Lokesh Kumar
about.me/LokeshK431


-- 
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/CADiRPBpU7o6qyykQir34-fri4FvP4w4P%3D1-jyEC2u3vrka%2BbWQ%40mail.gmail.com.


Re: Django Whats app group

2020-07-27 Thread ejike.chiboka

Please add me: +234804537Sent from my Samsung Galaxy smartphone.
 Original message From: Ravi G  Date: 
27/07/2020  13:11  (GMT+01:00) To: django-users@googlegroups.com Subject: Re: 
Django Whats app group hi group,please add my number 9963200010 in the  groupOn 
Mon, Jul 27, 2020 at 2:46 AM Vishnu Bhandari  
wrote:Hi Folks,Decided to make a whats app group of all django users (aspiring 
and expert) for sharing problem and asnwers.Request you all, please ping me om 
+919561879917...Or u can join thru this link - 
https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfblIf any existing group exists, 
please add me there. - 9561879917



-- 
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/CALeETXJdBmqUwkrMKAhfDyxuF19FbHSp2Lxd3m3NmXB2XVX4nQ%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/CAAr-_%2BVc7wM0LaRbR-1xBRNUnyVu0aTQZ_061OJdr1eepDPvNw%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/5f1ecefb.1c69fb81.4aa70.303a%40mx.google.com.


Re: looking for solution

2020-07-27 Thread jhabar singh
in cart app urls.py did you write
app_name = 'cart'

On Mon, Jul 27, 2020 at 4:43 PM Lutalo Bbosa joseph 
wrote:

> hello everyone am stack with some error in django am working on an
> ecommerce application here is the error code.
> i have aswell attached my template and the views.py file
> NoReverseMatch at /products/beef/
>
> ' cart' is not a registered namespace
>
>
> --
> 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/CAMz%3Dh%3DSYOAJ%3DToAnCpLhGi-n-f07Acx6ibYPd6oOKWQ8TpkOnw%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/CAJ1QTg%3D6ikZDmRvM-RhboHVEgDD_i%3DQb6VMAbOHWpm%2Be7B1o0g%40mail.gmail.com.


Re: Django Whats app group

2020-07-27 Thread Ravi G
hi group,
please add my number 9963200010 in the  group

On Mon, Jul 27, 2020 at 2:46 AM Vishnu Bhandari 
wrote:

> Hi Folks,
> Decided to make a whats app group of all django users (aspiring and
> expert) for sharing problem and asnwers.
> Request you all, please ping me om +919561879917...
> Or u can join thru this link -
> https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl
>
> If any existing group exists, please add me there. - 9561879917
>
> --
> 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/CALeETXJdBmqUwkrMKAhfDyxuF19FbHSp2Lxd3m3NmXB2XVX4nQ%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/CAAr-_%2BVc7wM0LaRbR-1xBRNUnyVu0aTQZ_061OJdr1eepDPvNw%40mail.gmail.com.


Re: Django Whats app group

2020-07-27 Thread Luqman Lawal
pls also add me to +2348056182347 if any other whatpp group exists


On Mon, Jul 27, 2020 at 10:51 AM Hadisur Rahman  wrote:

> add me too  +8801745-969697
>
> On 7/27/20, Vishnu Bhandari  wrote:
> > Hi Folks,
> > Decided to make a whats app group of all django users (aspiring and
> expert)
> > for sharing problem and asnwers.
> > Request you all, please ping me om +919561879917...
> > Or u can join thru this link -
> > https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl
> >
> > If any existing group exists, please add me there. - 9561879917
> >
> > --
> > 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/CALeETXJdBmqUwkrMKAhfDyxuF19FbHSp2Lxd3m3NmXB2XVX4nQ%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/CAOd0vtW3Cd-s0_pWxTUBsjqCjgD2zLMA3eZGta9Dj-UASuXMSA%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/CAHj0e%2BTGm38AkqD-P%2BnLbtMj08piVhARhUYtCHthftSUrfv_dw%40mail.gmail.com.


Re: looking for solution

2020-07-27 Thread Kasper Laudrup

Hi Lutalo,

On 27/07/2020 13.12, Lutalo Bbosa joseph wrote:
hello everyone am stack with some error in django am working on an 
ecommerce application here is the error code.

i have aswell attached my template and the views.py file


  NoReverseMatch at /products/beef/

' cart' is not a registered namespace



' cart' is not the same as 'cart'. Notice the leading space.

That is mostly likely the cause of your error. Notice how you are 
writing the "action" attribute in "form-product-ajax" in your 
update-cart.html file.


Kind regards,

Kasper Laudrup

--
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/8bb8652b-c71c-074c-ef78-2cf9dcd29007%40stacktrace.dk.


Re: Django Whats app group

2020-07-27 Thread Hadisur Rahman
add me too  +8801745-969697

On 7/27/20, Vishnu Bhandari  wrote:
> Hi Folks,
> Decided to make a whats app group of all django users (aspiring and expert)
> for sharing problem and asnwers.
> Request you all, please ping me om +919561879917...
> Or u can join thru this link -
> https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl
>
> If any existing group exists, please add me there. - 9561879917
>
> --
> 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/CALeETXJdBmqUwkrMKAhfDyxuF19FbHSp2Lxd3m3NmXB2XVX4nQ%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/CAOd0vtW3Cd-s0_pWxTUBsjqCjgD2zLMA3eZGta9Dj-UASuXMSA%40mail.gmail.com.


Django Whats app group

2020-07-27 Thread Vishnu Bhandari
Hi Folks,
Decided to make a whats app group of all django users (aspiring and expert)
for sharing problem and asnwers.
Request you all, please ping me om +919561879917...
Or u can join thru this link -
https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl

If any existing group exists, please add me there. - 9561879917

-- 
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/CALeETXJdBmqUwkrMKAhfDyxuF19FbHSp2Lxd3m3NmXB2XVX4nQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread sourav chakraborty
I'm Interested.

On Mon, Jul 27, 2020 at 9:03 AM jhabar singh 
wrote:

> I am Interested
>
>
> --
> 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/90074d5c-2004-4a0a-9535-83d345cde60eo%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/CA%2B5wCfY8RVL%3D%3Dg22TOsyBJRco9F4QN%3D2xYUhvrTa6BF6_%3DW7xg%40mail.gmail.com.


Re: Data Science and sql problem

2020-07-27 Thread AJ Wattoo
as far i understand you want to connect with postgreSQL database on jupyter 
notebook :
you can do like this
1. install -c anaconda psycopg2 and install -c anaconda sqlalchemy

*2. *from sqlalchemy import create_engine and import pandas as pd

3. 
engine=create_engine(‘postgres+psycopg2://postgres:@localhost:5432/anyname’)

In thes case *postgres *= name of my databse , ** is my password , 
*localhost*=host, *port *= 5432, *anyname* = database name

4. con = engine.connect()

5. df=*pd.read_sql_query(*SQL queries #whatever you want to get from 
database*)*

and then saving that data in csv 
6. df.to_csv('file_name.csv')
On Monday, July 27, 2020 at 6:37:44 AM UTC+2 yame...@gmail.com wrote:

> Try sql alchemy, if you need a full access with many functionality. Other 
> than that, u can connect directly to the database through python. The exact 
> implementation will depend on the database type
>
> Le dim. 26 juil. 2020 à 18:15, Gurmeet Kaur  a 
> écrit :
>
>> you could try using connection and cursor to connect nd then pandas to 
>> read csv using readcsv function
>>
>> On Sun, Jul 26, 2020, 11:59 AM Prashant Singh  
>> wrote:
>>
>>> How can i connect database with help of function in jupyter notebook and 
>>> then conver data into csv to build model ?
>>>
>>> -- 
>>> 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/dd90d45a-dfbf-47a6-86b2-a4e600d4a9c9n%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...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAEbKJVi%3DPfRdjN7AxWiEb-BuUZ_cjwinBpwrbQ9-iTi7e_hyrQ%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/97217142-867e-4f5a-9c52-17fa3a6f7ce6n%40googlegroups.com.


Re: help me

2020-07-27 Thread Boris Pérez
First at all, look for your trouble into your views, not the template...

2020-07-27 3:52 GMT-04:00, Agoua David :
> Ce serai bien si tu pouvais afficher tout le message d'erreur
>
> Le lun. 27 juil. 2020 à 04:34, Yamen Gamal Eldin  a
> écrit :
>
>> Premièrement tu peux copier l'erreur dans Google, c'est un import erreur
>> dans votre virtual environment du python.
>> He pense que la solution serra quelque chose comme "pip install "
>>
>>
>> Le lun. 27 juil. 2020 à 06:00, MUGOYA DIHFAHSIH  a
>> écrit :
>>
>>> if you could translate the error in Enl=glish, maybe we could be of help
>>>
>>> On Mon, 27 Jul 2020 at 03:08, Deborah  wrote:
>>>
 bonsoir

 je suis bloquée avec -ça je ne sais pas quoi faire

 --
 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/e10f80b0-3110-4108-8cbe-9852f16a3205o%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/CAP%3DJD9zJdx3dSPmewVs2JqPif_QiwKXtUxpVNGOGqquuMHAeSA%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/CAOwHV69MBSW-ETBSN4H1WbXA7RAO%3Df25j44LbEsxHOyQhcWb6w%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/CAByCr6gZH%2BeYscEkAeg%2BM34fMSRewB5f1xrR6KgfQrRzWRBc3A%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/CAObPVPBXXv_Yxj13RjMxoDM-85UuoNt%2BQCemVwWegE4GD5TYmA%40mail.gmail.com.


Re: Help me pleace

2020-07-27 Thread Boris Pérez
Do you have any setting related to sender_email into yours project
settings??? Si hablas español, chequea que no tengas nada clavado en
los settings de tu proyecto...o que en el formulario no vaya ningun
hidden input con ese name "correo" y con el value apuntando a tu
correo...
Greetings

2020-07-26 17:51 GMT-04:00, Ryan Nowakowski :
> You probably want to put the sender's email in the reply-to header. That way
> the from header can be your Django project's from email.
>
> On July 22, 2020 11:16:49 AM CDT, Nikola Tesla 
> wrote:
>>/Hi, I'm trying to get the sender's email in the headers of my email (I
>>
>>mean my blog's contact form). When the visitor sends me a message
>>through my blog's contact form, I want his email to appear in the
>>section that says From... attach an image
>>/
>>
>>/How can I set it up so that it reaches me correctly?/
>>
>>--
>>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/60523d43-20aa-77d9-b2e3-b912be6ecca6%40gmail.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/60483395-423B-4238-8CD3-3900AC3FB199%40fattuba.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/CAObPVPCsyb6S3_RN1eTLFc%2B6%2BzTKEJep_xCg2%3DVwy%3D0BmMmLTg%40mail.gmail.com.


Re: help me

2020-07-27 Thread Agoua David
Ce serai bien si tu pouvais afficher tout le message d'erreur

Le lun. 27 juil. 2020 à 04:34, Yamen Gamal Eldin  a
écrit :

> Premièrement tu peux copier l'erreur dans Google, c'est un import erreur
> dans votre virtual environment du python.
> He pense que la solution serra quelque chose comme "pip install "
>
>
> Le lun. 27 juil. 2020 à 06:00, MUGOYA DIHFAHSIH  a
> écrit :
>
>> if you could translate the error in Enl=glish, maybe we could be of help
>>
>> On Mon, 27 Jul 2020 at 03:08, Deborah  wrote:
>>
>>> bonsoir
>>>
>>> je suis bloquée avec -ça je ne sais pas quoi faire
>>>
>>> --
>>> 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/e10f80b0-3110-4108-8cbe-9852f16a3205o%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/CAP%3DJD9zJdx3dSPmewVs2JqPif_QiwKXtUxpVNGOGqquuMHAeSA%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/CAOwHV69MBSW-ETBSN4H1WbXA7RAO%3Df25j44LbEsxHOyQhcWb6w%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/CAByCr6gZH%2BeYscEkAeg%2BM34fMSRewB5f1xrR6KgfQrRzWRBc3A%40mail.gmail.com.