Skip to content

idalin/django-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published