Skip to content

Commit

Permalink
Dump Issue#477 (#478)
Browse files Browse the repository at this point in the history
* add dump file

* update Makefile

* update Makefile
  • Loading branch information
sayat-a authored Feb 3, 2025
1 parent d7946d8 commit d09a3f4
Show file tree
Hide file tree
Showing 2 changed files with 310,471 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ test:
transcompile:
uv run django-admin compilemessages

load-dump:
psql -h $(DB_HOST) -U $(DB_USER) -d $(DB_NAME) -p $(DB_PORT) -f dump.sql
# Need to have GNU gettext installed
transprepare:
uv run django-admin makemessages --locale ru --add-location file
Expand Down
Loading

0 comments on commit d09a3f4

Please sign in to comment.