Core#

The core app holds shared building blocks used across every other module: the Item and ItemData models, custom managers, charting infrastructure, the scraper, common form fields, paging mixins, math helpers, and bootstrap fixtures.

Fixtures#

The application has basic fixtures necessary to bootstrap a fresh instance. Fixtures live in {APP}/fixtures/, where {APP} is a Django app under app/richy/.

Bootstrap fixtures contain:

  • site tree

  • celery tasks + intervals

  • basic meta data

  • crypto exchanges

  • (optionally) admin user