Re: Hire remote Python codeer

2024-01-01 Thread Ngaga Dancan
Good morning, Done Sir. On Tue, Jan 2, 2024, 06:25 Joseph Emeka wrote: > HI > Good morning. If this position is still I with to apply for it. > Find my GitHub link https://github.com/Amasiani > > On 24 Oct 2023, at 02:18, 许三高 wrote: > > Hire remote Python codeer > > We are currently looking for

HttpResponse works but HttpResponseRedirect does not

2024-01-01 Thread Mike Dewhirst
I wonder if someone can point out my mistake? The following code happily downloads a constructed text file ...     csv = make_csv(context['result'])     # This downloads a csv file to the user desktop     return HttpResponse(     csv,     headers={     'Content-Type': 'text/

Re: Hire remote Python codeer

2024-01-01 Thread Joseph Emeka
HI Good morning. If this position is still I with to apply for it. Find my GitHub link https://github .com/Amasiani > On 24 Oct 2023, at 02:18, 许三高 wrote: > > Hire remote Python codeer > > We are currently looking for a talented and experienced remote Python > programmer to jo

Django Playing with API

2024-01-01 Thread Habibu Yasin
hi every one, I am new to Django working with the documentation on the part of dealing with API, I tried to add data via the shell, “q = Question(question_text="What's new?", pub_date=timezone.now())” Traceback (most recent call last): File "", line 1, in File "/Users/macbookpro/Documents/P