Skip to content

leozc/pantsbuild_django_uwsgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This helloWorld example demonstrates how to integrate pantsbuild + python + django + wsgi runner together.

Pants is a build system for software projects in a variety of languages. It works particularly well for a source code repository that contains many distinct projects.

.pex is generated by PEX, it is a type of Python EXecutable file which is executable Python environments in the spirit of virtualenvs.

How to run and test?

Please refer to the Readme.md in src/python

References:

  1. PEX bootstrap https://github.com/kwlzn/pyuwsgi_pex/blob/master/pyuwsgi/resources/bootstrap.py
  2. Pants documents https://pantsbuild.github.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages