Show Navigation

How do I distribute my app?ΒΆ

Django should be using the standard Python Package Index aka PyPI or the Cheese Shop. Eric Holscher wrote a tutorial about how to easily package and upload your app to PyPI. All reusable apps should be uploading to PyPI.

If you upload your app to PyPI, it is generally a good idea to prefix your project name with “django-“

Also note, that when below when we refer to the default place for something as a file, that also means that you can make a directory of that same name; as per normal python.

Return to Document Django Best Practices

Table of Contents

Brought to you by