Re: Django

2020-01-15 Thread Budi Hermansyah
try this... http://blog.appliedinformaticsinc.com/how-to-parse-and-convert-json-to-csv-using-python/ On Wednesday, January 15, 2020 at 9:51:51 PM UTC+7, Deepak Singh wrote: > > How to download json file from the url and convert it into csv format > > -- You received this message because you are

Re: Django

2020-01-15 Thread Suraj Thapa FC
Google it On Wed, 15 Jan 2020, 8:21 pm Deepak Singh, wrote: > How to download json file from the url and convert it into csv format > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving email

Re: Viewing django source code (previous versions) from docs.djangoproject.com

2020-01-15 Thread Adam Mičuda
Hi, Django code is hosted on GitHub https://github.com/django/django. You can select the branch/tag there. The link to github is on homepage too https://www.djangoproject.com/. Regards Adam st 15. 1. 2020 v 19:48 odesílatel Raines DeMint napsal: > Hi there, > I want to be able to view the sour

Re: Viewing django source code (previous versions) from docs.djangoproject.com

2020-01-15 Thread Kasper Laudrup
Hi Raines On 15/01/2020 18.06, Raines DeMint wrote: Hi there, I want to be able to view the source code without downloading the version release .zip from github.  I have different apps running different versions. Is there a way to view source code for a particular release on docs.djangoproj

Viewing django source code (previous versions) from docs.djangoproject.com

2020-01-15 Thread Raines DeMint
Hi there, I want to be able to view the source code without downloading the version release .zip from github. I have different apps running different versions. Is there a way to view source code for a particular release on docs.djangoproject.com or elsewhere? I can't seem to find any there.

Re: Django mailing [Errno 97] Address family not supported by protocol

2020-01-15 Thread Integr@te System
Hi Rakibul, Plz check again your protocol in sending mail, not in http request. Nice. On Wed, Jan 15, 2020, 17:32 PM Rakibul Hasan wrote: > My Error: > OSError at /send_email/ > > [Errno 97] Address family not supported by protocol > > Request Method: GET > Request URL: > https://www.nimikh.co

Re: Understanding of GIL

2020-01-15 Thread John McClain
What does your django or flask stacks look like generally On Wed, 15 Jan 2020 at 17:32, Dvs Khamele wrote: > Hi, Hope you are doing well, > We are Pythonmate, We are world-first community focussed exclusively on > Python, Django, Flask and Js based applications, ERPs, etc for the latest > versio

field not editable after saving the first record

2020-01-15 Thread Harold A
Hi everyone I require your contributions to do the following. I have a form with some fields, what I need is that it allows saving the first time but when the form is to be edited, it does not allow the editing of the support field which is where a pdf file is loaded. try like this def __init_

Re: Understanding of GIL

2020-01-15 Thread Dvs Khamele
Hi, Hope you are doing well, We are Pythonmate, We are world-first community focussed exclusively on Python, Django, Flask and Js based applications, ERPs, etc for the latest versions and versions since the start of Python. If any requirements you have please let us know. We may provide good commis

Re: Django path, Learn Django, Django document

2020-01-15 Thread Dvs Khamele
Hi Root Video Root, We are Pythonmate, We work extensively on Python, Django, Flask and Js based applications, ERPs, etc for the latest versions and versions since the start of Python. If any requirements you have please let us know. We may provide good commissions for you if you are looking for a

Re: Django path, Learn Django, Django document

2020-01-15 Thread Dvs Khamele
Hi Root Video Root, We are Pythonmate, We work extensively on Python, Django, Flask and Js based applications, ERPs, etc since we at very affordable rates for everyone. If any requirements you have please let us know. We may provide good commissions for you if you are looking for a longterm network

Re: Safe way to set keys, such as Stripe keys, in settings?

2020-01-15 Thread Bill Talcott
Yes, that's it. Thank you, Mohamed! -- 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

Re: Model Related Issue

2020-01-15 Thread Bruckner de Villiers
I guess that this is a fundamental change to the db – Best to first delete the old model and start again. Bruckner de Villiers 083 625 1086 From: on behalf of ROHIT CHAUHAN Reply to: Date: Wednesday, 15 January 2020 at 12:33 To: Subject: Re: Model Related Issue manually change in

Django

2020-01-15 Thread Deepak Singh
How to download json file from the url and convert it into csv format -- 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.

Re: Django rest framework

2020-01-15 Thread aakansha jain
I know how to run a django project. I was asking for how to run the project which was a part of gsoc 2019 so that I can start contributing. But as it is not a django project and django framework itself. So, now how can I see the code for it and run it? On Wed, Jan 15, 2020 at 10:46 AM aman kumar

Re: Safe way to set keys, such as Stripe keys, in settings?

2020-01-15 Thread Mohamed A
In heroku online platform add STRIPE_TEST_PUBLIC_KEY as environment variable. Then, STRIPE_TEST_PUBLIC_KEY = os.environ.get("STRIPE_TEST_ PUBLIC_KEY") Le mer. 15 jan. 2020 à 11:32, Bill Talcott a écrit : > Hello. This should be simple, but... I haven't found a good answer. > I have the following

Re: Model Related Issue

2020-01-15 Thread ROHIT CHAUHAN
manually change in migrations --> 0001_initial.py On Tue, 14 Jan 2020 at 18:10, Soumen Khatua wrote: > Hi Folks, > > After changing the model name,I'm getting some error, like initially my > model name was some thing like this: > class new_model(models.Model) but now I'm change it to class > New

Safe way to set keys, such as Stripe keys, in settings?

2020-01-15 Thread Bill Talcott
Hello. This should be simple, but... I haven't found a good answer. I have the following setting in config.settings.base.py: STRIPE_TEST_PUBLIC_KEY = os.environ.get("STRIPE_TEST_PUBLIC_KEY", "") It works, but am I right to worry about exposing a secret key for payments in base.py? I've tried to

Updated seo content not showing on google page when served with django

2020-01-15 Thread Aniket Anand
The site is working well except there is an issue with meta tags. They are getting populated on the website fine but for some of the pages, the correct tags are not showing in the google results pages. Example 1- Meta title does not match This is the google results page when you search for

Django mailing [Errno 97] Address family not supported by protocol

2020-01-15 Thread PM Rakibul Hasan
My Error: OSError at /send_email/ [Errno 97] Address family not supported by protocol Request Method: GET Request URL: https://www.nimikh.com/send_email/?csrfmiddlewaretoken=vynGxVc4pHoAYcIEu3K4h6RYRbAJ4JwbXiFSG8rUFzg8N19rXtZpkuniq91NKalv&name=Rakib&email=rakibpathan07%40gmail.com&message=vdf