Skip to content

Commit

Permalink
Updated README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Apr 19, 2020
1 parent 904a72a commit 1faa360
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.rst
Expand Up @@ -60,15 +60,19 @@ Contributing
- Join the discussion at https://gitter.im/django-pgschemas/community.
- PRs are welcome! If you have questions or comments, please use the link
above.
- Django's code of conduct applies to all means of contribution.
https://www.djangoproject.com/conduct/.
- To run the test suite you can either run ``make`` or
``poetry run dpgs_sandbox/manage.py test tests``. The tests for this project
live inside a small django project called ``dpgs_sandbox``, database password
and database host can be set through the environment variables
``DATABASE_PASSWORD`` and ``DATABASE_HOST``.

.. attention::
Help needed!
------------

We are currently looking for people to test the subfolder routing in their
current multi-tenant projects. We have reports of third party apps not
working properly with ``django-pgschemas`` when using subfolder routing.
We need *your* help to reproduce, disect and fix the errors. Thanks!
We are currently looking for people to test the subfolder routing in their
existing multi-tenant projects. We have reports of third party apps not
working properly with ``django-pgschemas`` when using subfolder routing.
We need *your* help to reproduce, disect and fix the errors. Thanks!

Credits
-------
Expand Down

0 comments on commit 1faa360

Please sign in to comment.