Skip to content

mengxunQAQ/nginx-uwsgi-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django, uWSGI and Nginx with Docker

Introduction

The workflow is like: nginx-->uwsgi-->django and via supervisor management process

QuickStart

take these steps to quickly deploy a django application:

Usage

if you want run your own application, you can do the following:

  • First, move your django project to the app directory
  • The base section at the bottom of the file uwsgi.ini is state the location of your wsgi.py. you will need to make sure the python path to the wsgi.py file is relative to that.

About

Use docker(base Centos7.2) to quickly deploy your django application ⚡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published