Tarazad is A website for open and group translation of books with Django
First, clone the repo:
git clone https://github.com/ali-hv/tarazad.git cd tarazadInstall the requirements
pip install -r requirements.txt Run the server
python manage.py runserver