This project is aimed to build a network of tools. The tools vary from simple document conversion tools to real time advice tools. Users will be able to add new tools and interact socially with each other.
Python 3 and django 1.11
virtualenv venv
cd venv
source bin/activate
git clone https://github.com/OpenGenus/tool.git
cd tool
pip install -r requirements.txt
-
- Install LaTeX:
sudo apt-get install texlive-full
- Install pandoc:
sudo apt-get install pandoc
- Install LaTeX:
In settings.py
change DEBUG to True.
Before running the app make sure to migrate and run collectstatic
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
now run using python manage.py runserver