Skip to content

MartinCastroAlvarez/django-data-analytics

Repository files navigation

Data Analytics

Campaign metrics analytics in Django

img

Data Model

img

Jupyter Notebook

Click here to open the Notebook

Gallery

Engagement Optimization

img

Profit and Losses

img

LTV & Retention Analysis

img

Data Visualization

img

Geographic Data

img

Authentication

img

Web Scraping

img

REST API

img

Installation Guide

Virtual Environment

virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt

Create User

python3 manage.py createsuperuser

Migrations

python3 manage.py migrate

Collect Static Content

python3 manage.py collectstatic

Start Application

python3 manage.py runserver

img img img img img img img img img img img img img

Run the Jupyter notebook

jupyter notebook

img img img img img img img img img img img img