Skip to main content

Generic EAV-style table creation in the user's hands

Project description

Tests passing Latest is on pypi

django_userdefinedtables

This application is intended to be used as a way for an end user to define their own database tables.

It is loosely inspired by the way SharePoint lists work.

Installation

To install django_userdefinedtables, use the following command: pip install django_userdefinedtables

userdefinedtables should then added to the APPS list in the Django settings.

Use

Models

The models which are available for use are:

  • List: Akin to a table in a relational database.
  • Column: Akin to a column/attribute in a relational database. The naked Column model should not be used, as it is the parent in a multi-table inheritance scheme used among the various column models.
  • Row: Akin to a row in a relational database. Manages order and membership of data entries.

Active Development & Contribution

This project is still in a nascent stage, and is volatile, to a degree. Contribution by other members of the community is welcome, whether in the form of pull requests or ideas.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_userdefinedtables-0.0.8.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

django_userdefinedtables-0.0.8-py3-none-any.whl (19.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page