diff options
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--> | 
