mfcovington / djangocms-lab-publications

A Django app for adding sets of scientific publications with PubMed metadata to a Django site with django CMS-specific features
https://pypi.python.org/pypi/djangocms-lab-publications/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

djangocms-lab-publications


djangocms-lab-publications is a Django app for adding sets of scientific publications with PubMed metadata to a Django site with django CMS-specific features. It uses pubmed-lookup to query PubMed using PubMed IDs or PubMed URLs.

Source code is available on GitHub at mfcovington/djangocms-lab-publications <https://github.com/mfcovington/djangocms-lab-publications>. Information about and source code for pubmed-lookup is available on GitHub at mfcovington/pubmed-lookup <https://github.com/mfcovington/pubmed-lookup>.

.. contents:: :local:

Installation

PyPI

.. code-block:: sh

pip install djangocms-lab-publications

GitHub (development branch)

.. code-block:: sh

pip install git+http://github.com/mfcovington/djangocms-lab-publications.git@develop

Configuration

Migrations

Create and perform cms_lab_publications migrations:

.. code-block:: sh

python manage.py makemigrations cms_lab_publications
python manage.py migrate

Usage

.. code-block:: sh

python manage.py runserver

Version 0.1.5