Portfolio tracking
Project description
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-pj-portfolio-1.0.0.tar.gz
.
File metadata
- Download URL: django-pj-portfolio-1.0.0.tar.gz
- Upload date:
- Size: 141.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc6eb193b11f5c2fb9570ece7a3fccb9c0652585ee3e410c5973cdecb9b50fcf |
|
MD5 | 4f623bf00a8247f61b54f056b5ef0516 |
|
BLAKE2b-256 | 3ed60f514617ef0f48af07eac4a41c504c7420598819cba9923ab33bfcd6e07e |
Provenance
File details
Details for the file django_pj_portfolio-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_pj_portfolio-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 159.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90069be3b13be84bedaba309508f4bc0ea3aec2581d93f0a9f56b1bfa86a82b9 |
|
MD5 | d89b7fe2b2dcd0c6f1ac81987518e7b8 |
|
BLAKE2b-256 | 7f7163237b9610dd198749659ce236e59855b89d77dd24025b76e53c34def9ef |