Installation¶
Requirements¶
- Python 3.10 or higher
- Django 4.2 or higher
Install with pip¶
Install with Poetry¶
Install with uv¶
Optional: Model Translation Support¶
If you want to translate database model fields using django-modeltranslation:
Add to Django¶
Add translatebot_django to your INSTALLED_APPS:
For Model Translation
If using django-modeltranslation, add it before django.contrib.admin:
Next Steps¶
Continue to the Quick Start Guide to translate your first strings.