Skip to main content

A Django app to publish your project data using ontologies.

Project description

EasyData is an app to publish your model’s data using the available ontologies, with a graphical interface to configure.

Quick start

  1. Add “easydata” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'easydata',
    )
  2. Include the easydata urls in your project urls.py like this:

    url(r'^easydata/', include('easydata.urls')),
  3. Run ‘python manage.py syncdb’ to create the easydata models.

  4. Run the script ‘python manage.py loadmodels’ to resolve the models and fields of your project.

  5. Run your test server and visit http://127.0.0.1:8000/easydata/ to access to the application.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

django-easydata-0.1.tar.gz (2.9 MB view details)

Uploaded Source

File details

Details for the file django-easydata-0.1.tar.gz.

File metadata

  • Download URL: django-easydata-0.1.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-easydata-0.1.tar.gz
Algorithm Hash digest
SHA256 83d3f66ad2ed7da2bb65b040ace6b49bd0aa8efc180ca246c1be3b852e736359
MD5 de9e05975d9287d941dee9f129e089fa
BLAKE2b-256 501a519d441436df5971ff84746ccc5a2ef71cdba4b8b7f192bd9dbe93d02f64

See more details on using hashes here.

Supported by

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