Skip to content

dori-dev/django-multi-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published