Skip to main content

A Django app to provide currencies and amount of the currencies.

Project description

FakeMoney is a Django app to provide light models for real world currencies and virtual currencies you want to make.

Quick start

  1. Add “fakemoney” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'fakemoneyd',
    ]
  2. Include the fakemoneyd URLconf in your project urls.py like this:

    path('fakemoney/', include('fakemoneyd.urls')),
  3. Run python manage.py migrate to create the fakemoney models.

  4. Run python manage.py feed_currencies in order to feed all the existing real world currencies.

  5. Visit http://127.0.0.1:8000/fakemoney/ to participate in the poll.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_fakemoneyd-0.1.1-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

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