Search code snippets, questions, articles...

Django Translation

Django Translation
# Update the .po file , exclude the venv file
django-admin makemessages -l tr -i venv

# Compile the messages 
django-admin compilemessages
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet