Personal Django Blog
docker & docker-compose
Install frontend dependencies
make install
Run gulp and collects static files from each of the applications
make collectstatic
Propagate changes make to the models into the database schem
make makemigrations
make migrate
Local environment
make devel
Deployment
make deploy
Compile and prepare the key to translate on .po file
make compile-lang
Update the translations
make update-lang