Skip to main content

A simple Django app to include citations and reference lists in your templates.

Project description

Citations is a simple Django app which lets you use a citations and reference lists within your templates.

Quick start

  1. Install using:

    pip install django-citations
  2. Add “citations” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'citations',
    )
  3. Run python manage.py migrate to create the models.

Usage

You can use the admin panel to create references for your site. These can have a range of details including ISBN, URLs, titles, etc. Each reference must have a unique slug. This is how we will refer to the reference when we cite it within a template.

To refer to a reference in your database, you first need to load the tags in your template:

{% load citation_tags %}

You can then do the following in your template where you want the reference to appear:

{% cite "my_reference_slug" %}

You can refer to multiple references at a time by just adding new slugs separated by spaces. Note that quotation marks are required around the slugs, and slug names should not contain spaces:

{% cite "my_first_reference_slug" "my_second_reference_slug" %}

If you attempt to reference a work that is not in your reference list a TemplateSyntaxError will be raised showing the offending reference slug.

The references will be included in text as numbers - e.g. [1], or [1, 2] for multiple references. Reference objects will also be placed in the reference_list variable of the template’s context.

A reference list can be included at the bottom of the document:

{% show_references reference_list %}

Importing References

If you have the package bibtexparser installed then you will have access in the admin panel to an “Upload Bibtex” button. This feature will upload a bibtex file, scan it for fields that django-citations supports and save new records.

The bibtexparser package is provided under the LGPL.

Change Log

Version 0.3
  • Improved documentation

  • Add new fields to database

  • Add bibtex upload function, where bibtexparser is installed

  • Add show_all_references tag for complete bibliography

Version 0.2.1
  • Fix tags in README

Version 0.2

  • Improved citation database - more fields available

  • Improved reference output (uses a Harvard referencing format)

Version 1.0

  • Initial version

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-citations-0.3.zip (12.8 kB view details)

Uploaded Source

Built Distribution

django-citations-0.3.win32.exe (207.1 kB view details)

Uploaded Source

File details

Details for the file django-citations-0.3.zip.

File metadata

  • Download URL: django-citations-0.3.zip
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-citations-0.3.zip
Algorithm Hash digest
SHA256 e6ca2e34891ee20c3498e3fba54c795e92c562b3af3e394282b8fb4759a0300b
MD5 c4ea49c5cd96c7d1c4baaa9b097eece6
BLAKE2b-256 12b91762b948b7c60fb22e5b4918080a3d847a0510404904a35f5dc49f16fc51

See more details on using hashes here.

File details

Details for the file django-citations-0.3.win32.exe.

File metadata

File hashes

Hashes for django-citations-0.3.win32.exe
Algorithm Hash digest
SHA256 ef638a4053d3f5c89c9d75d2c6108da9efd9ef21d8e28844f999e063e2b41742
MD5 a0b6e48d7ba9d3ffa07c98391c41fe2e
BLAKE2b-256 7531fbf6f35b6834b7d60b842f920b5fd47b3c712860ae52bc475fba21616f4b

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