/revenue_latam

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

revenue_latam

Build Status

Coverage Status

This project is about the sales and refunds in the latam market (Argentina and Brazil).

The main goal of this project is the capability to see the whole data summarized in graphics and tables to help the end user to make decisions.

Prerequisites

  • You have to have installed python3 (it is prefereble to install python3.7).
  • git should be installed too.

For OS X users

If you do not have git do:

$ brew install git

If you don't have installed brew, please follow this tutorial

Usage

Open up your terminal and download this project with:

$ git clone https://github.com/evbeda/revenue_latam

Create a virutal environment:

$ cd revenue_latam
$ python3 -m venv env

Activate virtual environment and install project dependencies:

$ source env/bin/activate
$ pip install -r requirements.txt

Export the necessary environment variables

Execute the project with:

$ python manage.py runserver

Finally open up your browser and type http://127.0.0.1:8000/ in your address bar.