Skip to content

Example of integrating the WebDataRocks web reporting tool with the Django framework

Notifications You must be signed in to change notification settings

WebDataRocks/pivot-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of integrating WebDataRocks with the Django framework

This repository contains a sample project that shows how to integrate WebDataRocks with the Django framework.

Prerequisites

Run the project

  1. Download or clone this project from GitHub:
git clone https://github.com/WebDataRocks/pivot-django.git
cd pivot-django
  1. Run the following command:

    • On Windows:
    py manage.py migrate
    • On macOS or Ubuntu/Linux:
    python3 manage.py migrate

This will create database tables for the default Django apps. Learn about the migrate command.

  1. Run the sample project:

    • On Windows:
    py manage.py migrate
    • On macOS or Ubuntu/Linux:
    python3 manage.py runserver

You can access the project at http://localhost:8000/.

Related docs

For details on how to integrate WebDataRocks into existing Django projects, check out the integration with Django.

Support

Feel free to ask WebDataRocks-related questions on StackOverflow.

About

Example of integrating the WebDataRocks web reporting tool with the Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •