This is a django translation application for translating to different regional languages in India.
- Technologies and tools used
- Prerequisites(Optional)
- Installation and Setup
- Running in the local server
- Deploying the app to heroku
- Bug Reporting
- License
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.
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
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.
Feel free to open an issue on github if you find any bug.
This software is open source, licensed under the MIT License.