Skip to content

singlasahil221/tool

 
 

Repository files navigation

tool

Introduction

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.

Requirements

Python 3 and django 1.11

Installation

Setup the virtual environment

 virtualenv venv
 cd venv
 source bin/activate

Clone the project

git clone  https://github.com/OpenGenus/tool.git
cd tool
pip install -r requirements.txt

Install other dependencies

  • Installing pandoc on Ubuntu

    • Install LaTeX: sudo apt-get install texlive-full
    • Install pandoc: sudo apt-get install pandoc

Running on localhost

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%