django-agpl is a reusable Django application to assist in releasing Django projects under the GNU Affero General Public License.

The GNU AGPL was specifically designed to ensure cooperation with the community in the case of network server software, including remotely-hosted web applications. django-agpl aids with the requirements of this license by generating the source of the running project dynamically and offering them for download to the user.

Features include:

django-agpl also provides the full text of version 3.0 of the AGPL in HTML and plain text formats in the correct directory structure such that they may be trivially included using the {% include ... %} tag.

An example project is provided in the tarball as a demonstration.

Licence

django-agpl is released under the GNU Affero General Public License version 3 or later.

Download / Development

A number of GPG-signed tarballs are available for this project.

You can browse the source tree, create or file bugs or download the code from Git:

 $ git clone git://github.com/lamby/django-agpl  # or
 $ git clone https://github.com/lamby/django-agpl.git

§