Explore >> Select a destination


You are here

jamesward.com
| | www.mattlayman.com
4.1 parsecs away

Travel
| | Without using a subdomain, Django's static files, or a reverse proxy, can you build a statically generated blog into your Django app? Yes! I'll show you how I created a static blog in Hugo and added it to my Django project.
| | humanwhocodes.com
3.6 parsecs away

Travel
| | The Official Web Site of Nicholas C. Zakas
| | truemped.github.io
4.8 parsecs away

Travel
| | My usual web application stack for the past years was based on a nginx as reverse proxy in front of a number of Python processes. Static resources were served by nginx. Each Python process was stateless, state was stored in some kind of database. If the processes needed some shared ephemeral state like counters a local redis instance solved that. A battle tested common ground for Python based web applications.
| | srijan.ch
21.5 parsecs away

Travel
| Setting up Django on Freebsd using uWSGI and Nginx