mindcurrent / djanky-django

Daniel's Janky Attempt at a Django RESTful API Server
0 stars 1 forks source link

Skip Apache install (& consider nginx) #6

Open dpcunningham opened 4 years ago

dpcunningham commented 4 years ago

For now, for our prototype dev purposes, we can just use the built-in pure Python server.

We should hook up to whatever webserver works best w/ our GCP configuration.

The Django docs note that we have options:

Django supports many other deployment options. One is uWSGI; it works very well with nginx. Additionally, Django follows the WSGI spec (PEP 3333), which allows it to run on a variety of server platforms.

To be honest, I'd prolly prefer nginx anyway.