Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 316 Bytes

File metadata and controls

19 lines (16 loc) · 316 Bytes

Tarazad

Tarazad is A website for open and group translation of books with Django

How to Run

First, clone the repo:

git clone https://github.com/ali-hv/tarazad.git
cd tarazad

Install the requirements

pip install -r requirements.txt

Run the server

python manage.py runserver