We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fca0a commit 98b03c8Copy full SHA for 98b03c8
CONVENTIONS.md
@@ -116,7 +116,7 @@ class SampleModelAdmin(SuperAppModelAdmin):
116
- Enforce Django security best practices (CSRF, XSS, SQL injection protections).
117
118
## Translation Convention
119
-- Add translation items explicitly in `AppTranslations` from `backend/superapp/apps/easywindow/enums.py`.
+- Make sure that every string which is displayed to the end user is using _('XXX') from Django.
120
121
Follow Django and SuperApp documentation for detailed practices.
122
0 commit comments