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. Run `python manage.py migrate` to create the cryptocoins models.

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.1.zip (15.1 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