Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
which one is better?
#14
(Oct-30-2018, 05:10 PM)prophoss Wrote: So I have the files that will on my local server and basically look like I want them to
Flask and Django has build in web-server for local development.
So this make it easy to build and test all local,this is what i do often to learn and test out stuff.
Virtual environment is must to learn about,it now easy as it's build into Python from 3.6 -->.

If have maked something that want share with the world,need a host eg DigitalOcean.
It's also normal to have files on eg GitHub,BitBucket,then git clone repo_name will upload all files to DigitalOcean.

Now also leave local web-server behind and use production ready server like Gunicorn with Nginx.
DigitalOcean has very good tutorials about this:
How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 18.04

An other direction is not to do any server setup and let AWS Lambda do it all.
Quote:Run code without thinking about servers. Pay only for the compute time you consume.
Reply


Messages In This Thread
which one is better? - by prophoss - Oct-27-2018, 12:46 PM
RE: which one is better? - by wavic - Oct-27-2018, 02:56 PM
RE: which one is better? - by prophoss - Oct-27-2018, 03:44 PM
RE: which one is better? - by wavic - Oct-27-2018, 04:33 PM
RE: which one is better? - by prophoss - Oct-27-2018, 09:17 PM
RE: which one is better? - by snippsat - Oct-27-2018, 09:28 PM
RE: which one is better? - by prophoss - Oct-30-2018, 02:05 AM
RE: which one is better? - by nilamo - Oct-30-2018, 03:04 AM
RE: which one is better? - by prophoss - Oct-30-2018, 01:49 PM
RE: which one is better? - by nilamo - Oct-30-2018, 02:57 PM
RE: which one is better? - by prophoss - Oct-30-2018, 05:10 PM
RE: which one is better? - by prophoss - Oct-30-2018, 06:32 PM
RE: which one is better? - by nilamo - Oct-30-2018, 07:43 PM
RE: which one is better? - by snippsat - Oct-30-2018, 08:58 PM
RE: which one is better? - by Shalinimittal - Dec-05-2018, 07:54 AM
RE: which one is better? - by Unisoftdev - Dec-29-2018, 09:22 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020