How to delete a project?

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.

1 Like

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!