Skip to main content

TailorDev Biblio Scientific bibliography management with Django.

Project description

TailorDev Biblio
================

Scientific bibliography management with Django.

## Dependencies

For now, Django>=1.5 is required for this project to run on production, with python>=2.6.

## Installation

The easiest way to go is to use pip:

$ pip install django-tailordev-biblio

If you intend to work on the code, clone this repository and install all dependencies at once via:

$ pip install -r requirements/local.txt

And then install the package in development mode:

$ python setup.py develop

## Configuration

Add `td_biblio` to your `INSTALLED_APPS`:

INSTALLED_APPS = (
...
'td_biblio',
...
)

Add `td_biblio` urls to your project url patterns:

urlpatterns = patterns('',
...
url(r'^bibliography/', include('td_biblio.urls')),
...
)

And then update your database:

$ python manage.py syncdb

## Templates

Create a base template to inherit from. It should be visible as `_layouts/base.html`

## Import BibTex bibliography

Once `td_biblio` is fully functional, you may want to import your references via:

$ python manage.py bibtex_import my_bibliography.bib

## Running the Tests

You can run the tests with via::

python setup.py test

or::

python runtests.py

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-tailordev-biblio-0.1.2.tar.gz (17.9 kB view details)

Uploaded Source

File details

Details for the file django-tailordev-biblio-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-tailordev-biblio-0.1.2.tar.gz
Algorithm Hash digest
SHA256 eadd57b41a3d03b3a81ff8ed00a70f0931aa659167e58db8c000925bdbcdddd7
MD5 5c923468b730c76e0ad4d423f90a3eed
BLAKE2b-256 d0d32788397d9b23047280ec0301e75c4df1cae7d7b0b8ebbf7ec6333e551478

See more details on using hashes here.

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