Django payment through different methods

2019-01-21 Thread Jason
https://stackoverflow.com/help/how-to-ask I would suggest you rephrase the question, as is I don’t think you will get much relevant help. The advice in the post above will go a long way in your professional career. -- You received this message because you are subscribed to the Google Groups

Looking for a Django Co-Founder.

2019-01-21 Thread Zack Amaral
Django Community, Hey you guys, I'm trying to build a platform as a service similar to twitch.tv, are their any django developers out there that would be interested in co-founding my company and helping me develop a MVP to get a seed round of funding? If you're interested I can send you a link

Django payment through different methods

2019-01-21 Thread Bikash Saud
I'm trying to payment from different methods like paypal, or other way. I did not have idea please help me -- 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

Re: Best Learning Resources

2019-01-21 Thread Danylo K.
* I love this book:* *https://www.packtpub.com/application-development/django-2-example* On Wednesday, January 16, 2019 at 8:20:15 AM UTC-5, cale...@gmail.com wrote: > > Hi All, > > I'm just starting out with Django and python and wondering if anyone can > direct me to some goto learning

Re: Project initialization

2019-01-21 Thread Lara Garg
Yes it was, indeed. Thanks and Regards *Lara Garg* *B.tech, ECE (III)IIT ROORKEE* mobile: (+91)8954240448 email: lg...@ec.iitr.ac.in On Mon, Jan 21, 2019 at 7:22 AM Jason wrote: > Might be beneficial to review this documentation > https://docs.djangoproject.com/en/2.1/ref/django-admin/ > >

Disable autoescape globally

2019-01-21 Thread Kevin Olbrich
Hi! I am using the template engine to build e-mail templates but the autoescape function breaks quotes. Is it possible to disable autoescape globally or in the render function using a parameter? Thank you. Kevin -- You received this message because you are subscribed to the Google Groups

Re: Messages without text in the messages framework

2019-01-21 Thread Mohd Asif
Generate message with a random text and don't use it on front end instead use whatever u want On Mon, 21 Jan 2019, 20:52 Sebastian Lechner Dear Django community, > > often I would like to trigger a message to the user with the message > rendered dynamically in the client-side JS code. I use the

Re: Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-21 Thread Danylo K.
Visual Studio 2017 is excellent for Django development. Just don't use project templates to create new Django projects. Create new project in command line tool (cmd) and then create new Visual Studio project using "Existing Python Project" option. Cheers. Danyo On Mon, Jan 21, 2019 at 9:56 AM

Messages without text in the messages framework

2019-01-21 Thread Sebastian Lechner
Dear Django community, often I would like to trigger a message to the user with the message rendered dynamically in the client-side JS code. I use the message framework's tags to differentiate between the different messages in JS. Usually, I will define the message's text on the client side

Re: Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-21 Thread michael adom
Use Visual Studio code. On Mon, Jan 21, 2019 at 2:56 PM Matthew Pava wrote: > I use PyCharm. > > https://www.jetbrains.com/pycharm/ > > > > > > *From:* django-users@googlegroups.com [mailto: > django-users@googlegroups.com] *On Behalf Of *Django Geek Aditya > *Sent:* Sunday, January 20, 2019

RE: Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-21 Thread Matthew Pava
I use PyCharm. https://www.jetbrains.com/pycharm/ From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Django Geek Aditya Sent: Sunday, January 20, 2019 1:55 AM To: Django users Subject: Is Microsoft Visual Studion 2017 Environment is good for Django

Re: E-commerce with Django framework

2019-01-21 Thread kibirige Gerald Joseph
Thank you! On 17:24, Sun, Jan 20, 2019 Jani Tiainen Well there exists few frameworks on top of django that does. For example > django-oscar. You can find more at > https://djangopackages.org/grids/g/ecommerce/. > > > On Sun, Jan 20, 2019 at 4:19 PM kibirige Gerald Joseph < >