Django for beginners

2021-07-22 Thread Frank A. Gerbode, M.D.
Working through /Django for Beginners/ book. May need occasional help. 
Is there any help section for this book specifically?

Thanks!
--Sarge

--
Frank A. Gerbode, M.D. (sa...@gerbode.net)
11132 Dell Ave
Forestville, CA 95436-9491
Home phone:  707-820-1759
Website:  http://www.gerbode.net
"The map may not be the territory, but it's all we've got."

--
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/329bd61e-9613-7eb1-e7df-3968b8ec5f89%40gerbode.net.


RE: Hope you doing well

2021-07-22 Thread yeddu.j.prasad
If your website is not going to be taking a lot of Space you can get a FREE 
tier VM and start. Once you are comfortable you can upgrade to a Medium down 
the line.

 

https://aws.amazon.com/free/?all-free-tier.sort-by=item.additionalFields.SortRank
 

 
=asc%20Tier%20Types=*all%20Tier%20Categories=*all

 

 

From: django-users@googlegroups.com  On Behalf 
Of Mahendra
Sent: 22 July 2021 19:19
To: django-users@googlegroups.com
Subject: Re: Hope you doing well

 

Hi Everyone,

 

I have doubt  to relative Website hosting in aws how much cost per one single 
website in this using only some projects after   completion hosting is it 
possible to  run Google ads because of I am jobless and no money.How to succeed 
this life please all my dearest group users help me.

Mahendra Yadav

 

On Fri, 16 Jul 2021, 20:18 Mark Phillips, mailto:m...@phillipsmarketing.biz> > wrote:

I have had good success with Linode, https://www.linode.com/. Their support has 
always been helpful and quick.

 

Mark

 

On Thu, Jul 15, 2021 at 11:18 AM Sebastian Jung mailto:sebastian.ju...@gmail.com> > wrote:

Hello,

 

In germany we have a provider where you get a root server for 7€ with 2 cores. 
Name is netcup. Linux is allready preinstalled... This server are fast and much 
cheaper than amazon server

 

Regards

 

Mahendra mailto:avulamahen...@gmail.com> > schrieb am 
Do., 15. Juli 2021, 18:38:

Which is the best hosting platform for Python and Django?

Mahendra Yadav

-- 
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/CAN-6G3wWVEF0PmxeNng8uw-ZV6eDUFdEYwcqvG3OCf-UYX76-A%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/CAN-6G3wkVHgNU1F-bWzS3aMXt%2B7q9MEHs9T6pVbF45ngw06rpw%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/00fd01d77f01%2484f89f20%248ee9dd60%24%40gmail.com.


Re: Hope you doing well

2021-07-22 Thread Mahendra
Hi Everyone,

I have doubt  to relative Website hosting in aws how much cost per one
single website in this using only some projects after   completion hosting
is it possible to  run Google ads because of I am jobless and no money.How
to succeed this life please all my dearest group users help me.

Mahendra Yadav

On Fri, 16 Jul 2021, 20:18 Mark Phillips, 
wrote:

> I have had good success with Linode, https://www.linode.com/. Their
> support has always been helpful and quick.
>
> Mark
>
> On Thu, Jul 15, 2021 at 11:18 AM Sebastian Jung 
> wrote:
>
>> Hello,
>>
>> In germany we have a provider where you get a root server for 7€ with 2
>> cores. Name is netcup. Linux is allready preinstalled... This server are
>> fast and much cheaper than amazon server
>>
>> Regards
>>
>> Mahendra  schrieb am Do., 15. Juli 2021, 18:38:
>>
>>> Which is the best hosting platform for Python and Django?
>>>
>>> Mahendra Yadav
>>>
>>> --
>>> 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/CAN-6G3wWVEF0PmxeNng8uw-ZV6eDUFdEYwcqvG3OCf-UYX76-A%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/CAN-6G3wkVHgNU1F-bWzS3aMXt%2B7q9MEHs9T6pVbF45ngw06rpw%40mail.gmail.com.


Re:

2021-07-22 Thread Benjamin Schollnick
> Only for practice, I want to built a video downloader web app, from a 
> specific website.
> Problem
>first I have to download the video and then send to the user, it time 
> consuming I want to directly download at the user side, is it possible in 
> Django.

Is this possible, yes.  Take a look at youtube-dl, and other applications along 
that line.

Is it possible using Django,  Not as you describe. 

Django is a framework (tool set/tool chest) that simplifies and assists in the 
creation of web sites, and more so of database driven web sites.

Unless you are going to be having your users hosting web sites, Django isn’t 
going to be immediately helpful.

Now, you doing something Python driven, as I explained above, would be 
conceivable.

- Benjamin



-- 
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/8A06F22E-7130-42A4-BACE-71C58BAE8A05%40schollnick.net.


[no subject]

2021-07-22 Thread Hello Singh
Only for practice, I want to built a video downloader web app, from a
specific website.
Problem
   first I have to download the video and then send to the user, it
time consuming I want to directly download at the user side, is it possible
in Django.

Thanks developers

-- 
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/CAEoS0z6VVB5Bv2eAm%3DnQCfO_B%2B9Oj7%2BGX%3D88ctUonJaUBgOKqg%40mail.gmail.com.


Re: libespeak.so.1: cannot open shared object file: No such file or directory

2021-07-22 Thread Kasper Laudrup
On 22/07/2021 01.15, A- KASH wrote:
> Thanks Kasper, I mean that  it's working fine before deployment but
> after deployment it's not working, also installed espeak but still not
> working.
>

Thanks, that was exactly the kind of information I was requesting.

In that case it would probably be the best solution to simply not deploy
it. If you don't deploy it, it will continue to work right?

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/6e890942-28c8-8bb5-faf8-c2aa08e013f0%40stacktrace.dk.


OpenPGP_signature
Description: OpenPGP digital signature