Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.04 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.04 KB

Django Multi Language

Create multi language website using django.

How To Use

Download Source Code

git clone https://github.com/dori-dev/django-multi-language.git
cd django-multi-language

Build Virtual Environment

python3 -m venv env
source env/bin/activate

Install Project Requirements

pip install -r requirements.txt

Apply Migrations

python manage.py migrate

Run Server

python manage.py runserver

Open On Browser

Automatic Language 127.0.0.1:8000

English Language 127.0.0.1:8000/en

Persian Language 127.0.0.1:8000/fa

Turkish Language 127.0.0.1:8000/tr

Spanish Language 127.0.0.1:8000/es

German Language 127.0.0.1:8000/de

Links

Download Source Code: Click Here

My Github Account: Click Here