Skip to main content

FactBook is a simple Django app to store facts about the world. The initial focus was to have an app for keeping up-to-date country and currency information. Future plans extend to forex conversion, street adress look and measurement conversions.

Detailed documentation is in the “docs” directory.

Quick start

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

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

    url(r'^fact_book/', include('fact_book.urls')),
  3. Run python manage.py migrate to create the fact_book models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/fact_book/ to get an overview.

Development

  1. Clone this repository:

    git clone https://github.com/obitec/django-factbook
    cd django-factbook
  1. Create a python virtual environment and activate:

    python -m venv venv
    source venv/bin/activate
  2. Update pip and install development dependencies:

    pip install -U pip
    pip install -r tests/requirements.txt
  3. Build the app and documentation:

    invoke build --docs
  4. Create a pull request :-)

Release files for django-factbook 0.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for django-factbook 0.4.0
File Interpreter ABI Platform
django_factbook-0.4.0-py3-none-any.whl Python 3 none any Details

Release files / django_factbook-0.4.0-py3-none-any.whl

Download URL django_factbook-0.4.0-py3-none-any.whl
Size 21.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
77f362e3e1f2d91f8d7d9a9a1e0904856eb40a815d94b7709f3a3dd941dc8827
BLAKE2b-256 checksum
How to use checksums
97d7563d9b724ce1653ff608bfbf52d1108428d105698eb52d4404502d1a557d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3

Release history Release notifications | RSS feed

This release

0.4.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page