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
Add “easydata” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'easydata', )
Include the easydata urls in your project urls.py like this:
url(r'^easydata/', include('easydata.urls')),
Run ‘python manage.py syncdb’ to create the easydata models.
Run the script ‘python manage.py loadmodels’ to resolve the models and fields of your project.
Run your test server and visit http://127.0.0.1:8000/easydata/ to access to the application.
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-easydata-0.1.tar.gz (2.9 MB) Copy SHA256 hash SHA256 | Source | None | Aug 22, 2014 |