I added a test project that I would like to remove from the heroku app. I see in the interface a add new project
but nothing to delete one. What is the proper way to remove a project from pontoon ?
When you log into Pontoon as a staff user, you have access to Django admin at /a (e.g. http://localhost:8000/a/), where you can access projects and delete them.
thanks for the answer thatās exactly what I was looking for.
I assume itās trivial for people using django but I didnāt know this backend interface was available.
@mathjazz, Do you think a āusageā section in the documentation could be usefule both for maintainer and translators ? (Iāll be happy to open both an issue and a PR)
Our docs (except for maybe dev docs) are in a bad shape.
We plan to refactor them. See:
Note that thereās also internal Mozilla docs which you might find useful:
https://mozilla-l10n.github.io/documentation/tools/pontoon/
https://mozilla-l10n.github.io/localizer-documentation/tools/pontoon/
Great to see that you are moving towards a centralized documentation. I think readthedocs (or at least Sphinx based) documentation is the way to go. Many of the problem displayed in the issue can be solved using the appropriate template. You can have a look at the pydata-sphinx-theme that will allow you to split the documentation in major sections like āusageā, ādevelopersā, etcā¦ as mentioned in the PR. also see this site fore a broader list of theme: https://sphinx-themes.org
I donāt know if I can publish a message in the PR thread or if itās meant for ācore developerā, let me know Iāll be happy to give you my 2 cents (coming from an external developer)
Thanks for the suggestions! Youāre very welcome to leave a comment on GitHub!