Skip to content

samsath/django-easydata

 
 

Repository files navigation

django-easydata

EasyData is an app to publish your Django 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',
)
  1. Include the easydata urls in your project urls.py like this::
url(r'^easydata/', include('easydata.urls')),
  1. Run 'python manage.py syncdb' to create the easydata models.

  2. Run the script 'python manage.py loadmodels' to resolve the models and fields of your project.

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

About

A Django app to publish your project data using ontologies

Resources

License

GPL-3.0, Apache-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
Apache-2.0
LICENSE_bootstrap

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 45.9%
  • Python 41.0%
  • HTML 12.7%
  • Other 0.4%