Skip to main content

Portfolio tracking

Project description

https://badge.fury.io/py/django-pj-portfolio.png https://travis-ci.org/jokimies/django-pj-portfolio.png?branch=master https://codecov.io/github/jokimies/django-pj-portfolio/coverage.svg?branch=master

Portfolio tracking

Documentation

The full documentation is at https://django-pj-portfolio.readthedocs.org. (at some point)

Quickstart

Install django-pj-portfolio:

pip install django-pj-portfolio

Then to use it in a project, add portfolio into INTALLED_APPS:

INSTALLED_APPS = (
....
'portfolio',
)

And apply the migrations:

python manage.py migrate

Configure urls, add to main urls.py:

...
url(r'^portfolio/', include('portfolio.urls')),
...

Update price trackers (for updating the prices):

python manage update_price_trackers

For daily price tracking, update_share_prices can be used:

python manage update_price_values

Updates prices once per day (even if run multiple times a day, the first price only is taken in to account)

Features

  • TODO

Cookiecutter Tools Used in Making This Package

  • cookiecutter

  • cookiecutter-djangopackage

v1.0.0 (2015-11-30)

New features

  • Add management commands to update prices. [Petri Jokimies]

Refactor

  • test: Security test and factories separeted. [Petri Jokimies]

  • test: Price tests and factories sepateted. [Petri Jokimies]

Documentation

  • Added comments for management commads. [Petri Jokimies]

v0.1.0 (2015-09-25)

  • Initial commit. [Petri Jokimies]

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-pj-portfolio-1.0.0.tar.gz (141.7 kB view details)

Uploaded Source

Built Distribution

django_pj_portfolio-1.0.0-py2.py3-none-any.whl (159.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-pj-portfolio-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-pj-portfolio-1.0.0.tar.gz
Algorithm Hash digest
SHA256 bc6eb193b11f5c2fb9570ece7a3fccb9c0652585ee3e410c5973cdecb9b50fcf
MD5 4f623bf00a8247f61b54f056b5ef0516
BLAKE2b-256 3ed60f514617ef0f48af07eac4a41c504c7420598819cba9923ab33bfcd6e07e

See more details on using hashes here.

Provenance

File details

Details for the file django_pj_portfolio-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_pj_portfolio-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 90069be3b13be84bedaba309508f4bc0ea3aec2581d93f0a9f56b1bfa86a82b9
MD5 d89b7fe2b2dcd0c6f1ac81987518e7b8
BLAKE2b-256 7f7163237b9610dd198749659ce236e59855b89d77dd24025b76e53c34def9ef

See more details on using hashes here.

Provenance

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