idalin / django-reports

A reports tool based on Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-reports

A reports tool based on Django.

Based on and learned from:

Installation

Install Requires

  1. Install base requirements

    pip install -r requirements.txt

  2. Install xadminlte

  • Copy the xadminlte app to your django project
  • Download AdminLTE and extract it to 'static/xadminlte' (or update the links in base.html)
  • Include 'xadminlte' in your installed apps before 'xadmin'

Install django-reports

  • Copy the reports app to your django project
  • Include 'reports' in your installed apps
  • Include 'reports.urls' in your urls.py

About

A reports tool based on Django.


Languages

Language:Python 83.0%Language:HTML 10.8%Language:JavaScript 6.1%