Backend technologies used in our repos
foundation.mozilla.org and mozillafestival.org
- Docker for abstraction as a replacement for virtual environments. Docker and Docker Compose are actively used.
- Invoke for managing tasks inside of Docker such as running migrations.
- Python as the preferred backend language. Python is installed when you run the Invoke command:
inv new-env
- Django Web Framework as the backend framework. Django is installed when you run the Invoke command:
inv new-env
.
- Wagtail CMS as the content management system. Wagtail is installed when you run the Invoke command:
inv new-env