This repository contains a sample project that shows how to integrate WebDataRocks with the Django framework.
-
Download or clone this project from GitHub:
git clone https://github.com/WebDataRocks/pivot-django.git cd pivot-django
-
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.
-
Run the sample project:
- On Windows:
py manage.py runserver
- On macOS or Ubuntu/Linux:
python3 manage.py runserver
You can access the project at http://localhost:8000/
.
For details on how to integrate WebDataRocks into existing Django projects, check out the integration with Django.
For WebDataRocks-related questions, bug reports, and feature requests, please create an issue on our GitHub.