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.2.tar.gz (5.7 kB view hashes)

Uploaded Source

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