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 hashes)

Uploaded Source

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