-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from IFRCGo/fix/update-backend-ref
Update backend
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule backend
updated
20 files
+2 −0 | Dockerfile | |
+5 −0 | README.md | |
+288 −0 | apps/cap_feed/locale/ar/LC_MESSAGES/django.po | |
+287 −0 | apps/cap_feed/locale/es/LC_MESSAGES/django.po | |
+287 −0 | apps/cap_feed/locale/fr/LC_MESSAGES/django.po | |
+70 −69 | apps/cap_feed/models.py | |
+63 −0 | apps/user/locale/ar/LC_MESSAGES/django.po | |
+62 −0 | apps/user/locale/es/LC_MESSAGES/django.po | |
+62 −0 | apps/user/locale/fr/LC_MESSAGES/django.po | |
+4 −4 | apps/user/models.py | |
+1 −0 | deploy/run_web.sh | |
+24 −0 | locale/ar/LC_MESSAGES/django.po | |
+23 −0 | locale/es/LC_MESSAGES/django.po | |
+23 −0 | locale/fr/LC_MESSAGES/django.po | |
+31 −0 | main/middlewares.py | |
+1 −1 | main/sentry.py | |
+2 −0 | main/settings.py | |
+1 −0 | main/urls.py | |
+3 −3 | poetry.lock | |
+1 −1 | templates/admin/base_site.html |