Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 737 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 737 Bytes

transformation

Django app to transform input sources to RDF

Installation

  • Clone the repository into your existing Django project:
  git clone https://github.com/LinDA-tools/transformation.git
  • Import the app settings.py file into your project settings.py:
  from transformation.config.settings import *
  • Add the app url patterns to your project urls.py:
  url(r'^transformation/', include('transformation.urls'))
  sudo apt-get install python3-dev libmysqlclient-dev
  • Add the app requirements.txt to your project requirements.txt:
  transformation/requirements.txt