Skip to main content

Django app for Intlekt, a content curation application using the IEML language.

Project description

# Django Intlekt

A Django app for Intlekt, the content curation application using the IEML language.

## Install

Requirements:

* MongoDB **3.2** (can be installed with Docker)

```
git clone https://github.com/IEMLdev/django-intlekt
cd django-intlekt
python setup.py install
```

```python
# django_project/settings.py

INSTALLED_APPS = [
# ...
'rest_framework',
'rest_framework_mongoengine',
# 'rest_framework.authtoken',
# 'corsheaders',
'django_intlekt',
]

from mongoengine import connect
connect(...)
```

Project details


Download files

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

Source Distribution

django-intlekt-0.1.tar.gz (212.8 kB 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