Skip to content

Instantly share code, notes, and snippets.

View charlwillia6's full-sized avatar
🐢
Becoming Awesome

Charles Williams charlwillia6

🐢
Becoming Awesome
View GitHub Profile
@charlwillia6
charlwillia6 / translate.py
Last active May 26, 2023 02:21 — forked from vonNiklasson/translate.py
Management script for Django to easily run the 'makemessages'-command for all files in your Django application. #django #translations
'''
translate.py
Management script for Django to easily run the
'makemessages'-command and 'compilemessages'-command for all
files in your Django application.
Put in any registered django app in the location
<app>/management/commands/translate.py
and then use python manage.py translate
to run makemessages on all files in your project
@charlwillia6
charlwillia6 / .gitignore
Last active September 23, 2019 18:26 — forked from andreasonny83/.gitignore
Gitignore template for JavaScript projects
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
/build
# Runtime data
pids