Monday, December 2, 2019

Re: How can I host my application in web hosting?

Deb,

I find Heroku very simple to use once you are setup.
Publish to github (free if not needing to be private repo)
Github updates Heroku automatically (also free but only runs when called to so it is slow when first opening page then runs normal unless you upgrade to paid.)
Also use AWS S3 Bucket for static images (lookuo boto3 for integration)

In heroku you have to set your dynos even if free account otherwise you'll get the errors related to this
Also have to set you dependencies like postgress for db and others your project requires

lots of little things to configure really, but youtube has many how to videos

On Sat, 30 Nov 2019 at 14:01, Debabrata Chakraborty <debobroto.c.in@gmail.com> wrote:
Hi everyone,

I'm a beginner Django developer. So my apologies in advance for newbie like questions.

I am building my site with " Django version 2.2.5 " and " SQLite 3.30 " in back-end. My question is -

# Do services like "Heroku", "Digital Ocean", "Python Anywhere" and "AWS" - have limitation on which version of Django  or which DBMS I can use?

I've seen this before with PHP/MySQL hosting where some hosting companies will limit which version of PHP or MySQL one can use. Is the same applicable to Django hosting in the above mentioned hosting platforms as well?

I will very much grateful if you can help me out with this confusion.

Best

Deb

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6ccc082-ae9d-4f67-8038-9db16008b956%40googlegroups.com.


--
John McClain

Cell: 085-1977-823
Skype: jmcclain0129

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN-hv_oBeW0z9EV_5nzOt0xg3z4A62ths0RD6djzq5QYmKAPyg%40mail.gmail.com.

No comments:

Post a Comment