krishna-vasudev / TransLato

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransLato- A Django translation Application

This is a django translation application for translating to different regional languages in India.

Table of Contents

Technologies and tools used

Prerequisites(Optional)

As a developer you might be interested to work on it or see it running in your local system. For that you must have python installed in your system and all evironments settings done properly. Don't know how to install it ,see this tutorial video for reference.

Installation and Setup

First clone this repository to your local machine using the following command in git bash:

$ git clone https://github.com/krishna-vasudev/TransLato

Now open git bash in the root directory of the repository and enter the following command to install the required dependencies:

$ pip install -r requirements.txt

Running in the local server

Open the git bash inside the privatechat directory present in the root directory of the repository. Run the following commands in order one by one:

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Follow the link generated after last command and Hurrah!πŸŽ‰ the app is running.

πŸ› Bug Reporting

Feel free to open an issue on github if you find any bug.

πŸ“œ License

This software is open source, licensed under the MIT License.

About

License:MIT License


Languages

Language:HTML 59.8%Language:Python 40.2%