diff options
| author | Tom Christie | 2014-11-03 11:21:29 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-03 11:21:29 +0000 | 
| commit | dd14c6c88ba210bac8349041b8db486576539249 (patch) | |
| tree | 81b1e22fb8080a8d3915ae6a5db95edf87a3bfb6 /topics/contributing.html | |
| parent | ce165805481988e95887bf62c45cd616af5bba0f (diff) | |
| download | django-rest-framework-dd14c6c88ba210bac8349041b8db486576539249.tar.bz2 | |
Latest docs release
Diffstat (limited to 'topics/contributing.html')
| -rw-r--r-- | topics/contributing.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/topics/contributing.html b/topics/contributing.html index a86baac8..85d9736d 100644 --- a/topics/contributing.html +++ b/topics/contributing.html @@ -356,7 +356,8 @@ More text...  <p>If you have some functionality that you would like to implement as a third party package it's worth contacting the <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">discussion group</a> as others may be willing to get involved.  We strongly encourage third party package development and will always try to prioritize time spent helping their development, documentation and packaging.</p>  <p>We recommend the <a href="https://github.com/dabapps/django-reusable-app"><code>django-reusable-app</code></a> template as a good resource for getting up and running with implementing a third party Django package.</p>  <h2 id="linking-to-your-package">Linking to your package</h2> -<p>Once your package is decently documented and available on PyPI open a pull request or issue, and we'll add a link to it from the main REST framework documentation.</p> +<p>Once your package is decently documented and available on PyPI open a pull request or issue, and we'll add a link to it from the main REST framework documentation. You can add your package under <strong>Third party packages</strong> of the API Guide section that best applies, like <a href="../api-guide/authentication">Authentication</a> or <a href="../api-guide/permissions">Permissions</a>. You can also link your package under the <a href="third-party-resources">Third Party Resources</a> section.</p> +<p>We also suggest adding it to the <a href="https://www.djangopackages.com/grids/g/django-rest-framework/">REST Framework</a> grid on Django Packages.</p>            </div><!--/span-->          </div><!--/row-->        </div><!--/.fluid-container--> | 
