pythoncali / i18nable

Example of how to translate a Django Application for my meetup talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to translate a web site using Django

Descriptive image

This is the repository for the live demo shown at my Python Cali meetup talk

Here you can dig into the code and learn how to translate a project with Django

In the master branch is the code of the example with the translations implemented. If you want to do it yourself, you can checkout to base branch and do the steps described in my blog post about this topic.

Installation

  • Clone the project git clone https://github.com/MiltonLn/i18nable
  • Create a virtualenv
  • Install the requirements pip install -r requirements.txt
  • Migrate python manage.py migrate
  • Run the server python manage.py runserver

About

Example of how to translate a Django Application for my meetup talk


Languages

Language:CSS 80.8%Language:JavaScript 13.9%Language:Python 2.9%Language:HTML 2.4%