Skip to main content

Joda Misc Backend

Project description

Homepage PyPI License codecov.io Build Status

This is a Django powered miscellaneous documents backend for Joda - a simple reference management web application. For details see the homepage or main repository.

Quick start

  1. Install package pip install joda_misc inside Joda virtual environment.

  2. Add Joda Misc to your INSTALLED_APPS and JODA_FEATURES settings:

    INSTALLED_APPS = [
        ...
        'joda_misc',
    ]
    
    JODA_FEATURES = [
        ...
        'misc',
    ]
  3. Run python manage.py migrate to create the misc content models.

Contributing

There are several guidelines on contributing to Joda:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

joda_misc-0.1.0a1-py3-none-any.whl (8.9 kB 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