Skip to content

AWS environment

Evgenii edited this page Apr 4, 2023 · 2 revisions

AWS is intended for the heavy-weight development.

Working with local data files

To decrypt (unpack) .enc files in /resources/ run:

python manage.py decrypt_resources

To encrypt (pack) files in /resources/extracted/, for example to push them to git, run:

python manage.py encrypt_resources
Clone this wiki locally