Metadata-Version: 1.1
Name: django-cryptocoin
Version: 0.1
Summary: A Django app to organize accepting bitcoin, litecoin, novacoin and other cryptocoins.
Home-page: https://github.com/quantum13/django-cryptocoin
Author: Vladimir Khramov
Author-email: hr.vlad@gmail.com
License: BSD (3-Clause) License
Description: =================
        django-cryptocoin
        =================
        
        Django-cryptocoin is a Django app to organize accepting bitcoin, litecoin, novacoin and other cryptocoins.
        
        Quick Start
        ===========
        
        1. Install using pip:
        
                pip install django-cryptocoin
        
        2. Add to INSTALLED_APPS in your `settings.py`:
        
                'django-cryptocoin',
Platform: UNKNOWN
Requires: South (>0.7.4)
