Re: Deploying a static website

2019-07-04 Thread Николай Ветров
Django Dojo, Find a cheap and convenient way, then write what you choose. I am looking only for local development within the company. I already have a server and I want to set up a deployment on it. четверг, 4 июля 2019 г., 4:47:15 UTC+3 пользователь Django Dojo написал: > > I’ve created a st

Re: Deploying a static website

2019-07-04 Thread omar ahmed
Heroku is very helpful and easy to deploy on it https://medium.com/@BennettGarner/deploying-django-to-heroku-procfile-static-root-other-pitfalls-e7ab8b2ba33b this is very good tutorial to deploy to heroku ... i deployed my first Django app by it good luck On Thursday, July 4, 2019 at 3:47:15 AM

Re: Deploying a static website

2019-07-04 Thread Krishna Tulsyan
if your website only contains HTML/CSS (basically static website) files then a much simple solution would be to deploy the website on github. refer to this, https://pages.github.com/ for further details On Thu, Jul 4, 2019 at 9:44 PM Joe Reitman wrote: > Just to clarify static vs dynamic > > Th

Re: Deploying a static website

2019-07-04 Thread Joe Reitman
Just to clarify static vs dynamic There are basically two main types of *website* - *static* and *dynamic*. A *static site* is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A *dynamic site* is one that is written using a server-

Re: Deploying a static website

2019-07-03 Thread Dave Edwards
If you want a simple way that manages all the deployment then use https://www.zappa.io/ Be warned- the IAM permissions for storage can be a pain (as with using most of AWS)! On Thu, 4 Jul 2019, 07:15 Nick Sarbicki, wrote: > The best way to deploy a static website is certainly on a bucket like s

Re: Deploying a static website

2019-07-03 Thread Nick Sarbicki
The best way to deploy a static website is certainly on a bucket like s3. Heroku is massive overkill for this. Django is also unnecessary to host a static website. I do have a CMS that generates and uploads static websites built with Django, but not django actually hosting the site. On Thu, 4 Jul

Re: Deploying a static website

2019-07-03 Thread Aldian Fazrihady
I have never used heroku. By the way, I am using 500 MB of S3 space. I am only billed 1 cent per month. On Thu, Jul 4, 2019 at 9:45 AM Django Dojo wrote: > Thanks, but what do you think about Heroku? > > On Wednesday, July 3, 2019, Aldian Fazrihady wrote: > >> You can also use Amazon S3 to host

Re: Deploying a static website

2019-07-03 Thread Django Dojo
Thanks, but what do you think about Heroku? On Wednesday, July 3, 2019, Aldian Fazrihady wrote: > You can also use Amazon S3 to host static website. > > Regards, > > Aldian Fazrihady > http://aldianfazrihady.com > > On Thu, 4 Jul 2019, 09:25 Django Dojo, wrote: > >> I’m just learning Django and

Re: Deploying a static website

2019-07-03 Thread Aldian Fazrihady
You can also use Amazon S3 to host static website. Regards, Aldian Fazrihady http://aldianfazrihady.com On Thu, 4 Jul 2019, 09:25 Django Dojo, wrote: > I’m just learning Django and was trying it out, but is it better to deploy > just using simple html, css and launch using a ftp > > On Wednesd

Re: Deploying a static website

2019-07-03 Thread Django Dojo
I’m just learning Django and was trying it out, but is it better to deploy just using simple html, css and launch using a ftp On Wednesday, July 3, 2019, Aldian Fazrihady wrote: > Why does a static website need help from a Python web app framework such > as Django? > > On Thu, 4 Jul 2019, 08:47

Re: Deploying a static website

2019-07-03 Thread Aldian Fazrihady
Why does a static website need help from a Python web app framework such as Django? On Thu, 4 Jul 2019, 08:47 Django Dojo, wrote: > I’ve created a static website in Django and i would like to know the > cheapest and best way to design ploy it. > > -- > You received this message because you are s

Deploying a static website

2019-07-03 Thread Django Dojo
I’ve created a static website in Django and i would like to know the cheapest and best way to design ploy it. -- 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 dj