Skip to main content

A simple Django app for cryptocoins.

Project description

=====
CryptoCoins
=====

CryptoCoins is a simple Django app to keep an overview of your cryptocoins.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "cryptocoins" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'cryptocoins',
]

2. Include the polls URLconf in your project urls.py like this::

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

3. Create the cryptocoins models::

python manage.py migrate

4. Run::

python manage.py J1_Update_Coins --import-all

to import all cryptocoins from coinmarketcap.com.

As an alternative you can run::

python manage.py J1_Update_Coins --import-only BTC,ETH,STORJ

to import only these cryptocoins

5. Run::

python manage.py J1_Update_Coins

or visit::

http://127.0.0.1:8000/cryptocoins/coins/update_all/

to update the prices of imported cyptocoins

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-cryptocoins-0.30.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file django-cryptocoins-0.30.tar.gz.

File metadata

  • Download URL: django-cryptocoins-0.30.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.9.1

File hashes

Hashes for django-cryptocoins-0.30.tar.gz
Algorithm Hash digest
SHA256 ae2bdb28f5677cdd97a0b826514f02c96ab876c7a896cde1602c0fc63a9396c7
MD5 fad5bb9bb724eb8242168e52016c403a
BLAKE2b-256 ef687de990e32b55796842e5afac223830f5927781b1b91db665f778a4c92648

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page