meercat.ui.django 0.1.1
Django client/UI for Meercat.
Introduction
The meercat.ui.django package is the Django UI for the Meercat Library resource system. Global default and forced search parameters can be defined in your settings file. Search objects allow for additional default and forced query parameters.
Installation
Install the meercat.ui.django package in your preferred manner: pip, easy_install, setup.py install, or buildout.
Add meercat.ui.django to the INSTALLED_APPS Django setting.
Include meercat.ui.django.urls in your applications urls.
Requirements
There are a few required settings
- MEERCAT_SOLR_URL
- The URL for the SOLR server
- MEERCAT_REST_URL
- The URL for the REST interface of a Meercat server
Changelog
0.1.1 (2010-09-10)
- Fixed a bug with unicode keys in dictionaries getting passed to models search
0.1 (2010-09-07)
- Boilerplate code in place
- Wrapper functions for querying and retrieving resources using settings
- Resource pseudo model and view
- Search model and view
- admin integration
- Multi-value dict field
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| meercat.ui.django-0.1.1.tar.gz (md5) | Source | 2010-09-10 | 4KB | 330 | |
- Author: Texas A&M University Library
- Home Page: http://code.google.com/p/meercat
- Keywords: meercat plone
- License: Apache License 2.0
- Categories
- Package Index Owner: benliles, library.tamu.edu
- DOAP record: meercat.ui.django-0.1.1.xml
