django-cryptocoins 0.30

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangocryptocoins 0.30

=====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 migrate4. Run:: python manage.py J1_Update_Coins --import-allto import all cryptocoins from coinmarketcap.com.As an alternative you can run:: python manage.py J1_Update_Coins --import-only BTC,ETH,STORJto import only these cryptocoins5. Run:: python manage.py J1_Update_Coinsor visit:: http://127.0.0.1:8000/cryptocoins/coins/update_all/to update the prices of imported cyptocoins

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.