Re: Create email template with the click of a button

2021-03-23 Thread Sebastian Jung
I have implement it as a bootstrap modal where a Form with fields are
shown. When User click submit the Page load New but If you don't want that
Page is load New you need a Ajax jquery submit to django

Kristen  schrieb am Mo., 22. März 2021, 15:46:

> Hello,
>
> Correct. I want to the user to click a button and have a form appear where
> the user can compose an email.
>
> Gmail uses javascript to render their form on top of the inbox because
>> they don't want you to have to leave the inbox page. You probably don't
>> have that requirement.
>>
>> Let me know if that works for you.
>>
>
> I don't really want to redirect the user elsewhere. I would really like to
> do the Gmail way because I like it and thought maybe it's possible with
> Django.
>
> Nonetheless, I will try out your idea because my curiosity wants to know
> whether it's worth the effort to do it the Gmail way or go easier route way
> by doing it just as you explained.
>
> Let me know what you think of it, the Gmail way idea.
>
> Kind regards
>
>> --
> 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/CADGe-3u6cCMfZ-s2BfmntXK6WMGh7AYO%3D%2BBk7KJyCGJycSp1pw%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/CAKGT9mz%3D%2BOZK_EApf2OAbNt_Lo9Ge5Hxwkdo1ab8OWRP-r76yQ%40mail.gmail.com.


Re: Create email template with the click of a button

2021-03-23 Thread Smiley
Hello,

Thank you for your help guys.

I've went the Django form route instead of doing this in JS.

I'll create the form dynamically with template and form.

Kind regards

Smiley kirjutas esmaspäev, 22. märts 2021 kl 16:47:03 UTC+2:

> Hello,
>
> Correct. I want to the user to click a button and have a form appear where 
> the user can compose an email.
>
> Gmail uses javascript to render their form on top of the inbox because 
>> they don't want you to have to leave the inbox page. You probably don't 
>> have that requirement.
>>
>> Let me know if that works for you.
>>
>
> I don't really want to redirect the user elsewhere. I would really like to 
> do the Gmail way because I like it and thought maybe it's possible with 
> Django.
>
> Nonetheless, I will try out your idea because my curiosity wants to know 
> whether it's worth the effort to do it the Gmail way or go easier route way 
> by doing it just as you explained.
>
> Let me know what you think of it, the Gmail way idea. 
>
> Kind regards
>
>>

-- 
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/dc7306cf-7e14-41e3-b569-9d9f4d571d36n%40googlegroups.com.


Re:

2021-03-23 Thread Umberto Moffa
You mean athentication with email?

Il giorno mar 23 mar 2021 alle ore 18:16 Christ Doyen <
christikong...@gmail.com> ha scritto:

> hi guys how to connect a user with an email address and not the username
>
> --
> 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/CADT9t_qbxEpRZyFE4c%3DHqJ7yFjfsjp5nLO7VgJ1FALF%2BXLX97A%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/CAFdc%3DxTgEyAa7jGeVpdL8XoLvhwwgtMw%3DMicN2UXfkH3buwusg%40mail.gmail.com.


Re:

2021-03-23 Thread Kasper Laudrup
On 23/03/2021 18.15, Christ Doyen wrote:
> how to connect a user with an email address and not the username

https://googlethatforyou.com?q=django%20how%20to%20connect%20a%20user%20with%20an%20email%20address%20and%20not%20the%20username

-- 
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/629455f1-f480-3b64-423d-0e9ff9e5ffde%40stacktrace.dk.


Re: Best and affordable payment gateway for shopping carts

2021-03-23 Thread JC Briar
Stripe.com

On Tuesday, March 23, 2021 at 6:00:58 AM UTC-7 ram.mu...@gmail.com wrote:

> Hi,
>
> We are exploring best payment gateway for a Django based web and mobile 
> application. Our criteria for choosing this payment gateway is like  this:
>
> 1. Looking for either affordable or free option
>
> 2. Suitable for users in North America
>
> 3. Support all type of credit cards
>
> 4. Compatible for Django web an mobile application
>
> If anyone has already implemented for Django applications could you share 
> you suggestions?
>
> Best Regards,
> ~Ram
>
>
>

-- 
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/31d10a80-394a-450b-a127-4798adde357dn%40googlegroups.com.


[no subject]

2021-03-23 Thread Christ Doyen
hi guys how to connect a user with an email address and not the username

-- 
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/CADT9t_qbxEpRZyFE4c%3DHqJ7yFjfsjp5nLO7VgJ1FALF%2BXLX97A%40mail.gmail.com.


Re: Connect Django with SQL Server 2012

2021-03-23 Thread Maurizio Faccin



Hi Kasper,
thank you for your suggestion.
I resolved deleting all the parameters in datase settings.py and I 
rewrite them.

After that it works fine.
I think I written samething wrong and I didn't able to find this error.

Best regards,

Maurizio Faccin


Il 22/03/2021 17:05, Kasper Laudrup ha scritto:

On 22/03/2021 15.57, Maurizio Faccin wrote:

I tried to use the parameters above in a python script and works correctly.

What I can do to resolve this issue?


I don't think I can solve the issue, but it might help if you post the
relevant part of the Python script?

Then someone might be able to spot the difference.

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/79c1fc91-a3ea-9b0a-13be-1d3bfade3f03%40tiscali.it.


Method and Technique for Fast response from server

2021-03-23 Thread Israr Hussain Rao
Dear Programmers,
Hope You are doing well.
my Django application is big and taking 5 to 10 seconds to load the data.
I would lıke to ask you the methods and techniques to make it fast.
appreciated in advance.
Regards

-- 
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%2B6t03iO_FJ9FA3UVL7ER4LijBDsk1h%2BRmG2Y1qH0FGegJriQ%40mail.gmail.com.


Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-23 Thread Chinsinsi Makande
try to copy the django.PYPI  from the official website, then in your
command prompt type;
1.python -m
2 paste the pip syntax
It should look like this;
python -m pip install django

Else install python 3.8 because sometimes 3.9 gives an error when
configuring interpreter in pycharm




On Thu, Mar 18, 2021, 20:10 Simon Lankwagh 
wrote:

> I have installed python 3.9 and selected 'add to path' during
> installation, i am now trying to install django 3.1.7 but it generates a
> lot of errors i can not understand, please what is the right way to setup
> django development on windows 10?
>
> --
> 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/2b2ce7b0-3158-4ad8-8464-6b6b8e91e0ebn%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/CAO79N_sC9%2B6Ud6gXcVe5XjbWVtsy2UuzrbPS1XzcpzLn-wu5hQ%40mail.gmail.com.


Best and affordable payment gateway for shopping carts

2021-03-23 Thread Ram
Hi,

We are exploring best payment gateway for a Django based web and mobile
application. Our criteria for choosing this payment gateway is like  this:

1. Looking for either affordable or free option

2. Suitable for users in North America

3. Support all type of credit cards

4. Compatible for Django web an mobile application

If anyone has already implemented for Django applications could you share
you suggestions?

Best Regards,
~Ram

-- 
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%2BOi5F3KfbG296_XGdQKU5fkfSgcX%2BfcO0Fxj6VeHu59-T%3DQ_A%40mail.gmail.com.