Skip to main content

A scientific literature management tool for Django

Project description

Django Literature

Github Build Github Docs CodeCov GitHub GitHub last commit PyPI

A scientific literature management app for Django

Documentation

The full documentation is at https://ssjenny90.github.io/django-literature/

Quickstart

Install Django Literature::

pip install django-literature

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'literature',
    ...
)

Add Django Literature's URL patterns:

urlpatterns = [
    ...
    path('', include("literature.urls")),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

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_literature-0.1.5.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

django_literature-0.1.5-py3-none-any.whl (1.6 MB view hashes)

Uploaded Python 3

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