Skip to main content

Django app for displaying a random number based on the time of day.

Project description

Fake Counter is a simple Django app for displaying a random number based on the time of day.

Quick start

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

    INSTALLED_APPS = (
        ...
        'fake_count',
    )
  2. Add these settings to “settings.py” file in your project:

    CACHES = {
        'default': {
            'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
            'LOCATION': os.path.join(BASE_DIR, 'fake_count_cache'),
        }
    }
    # optional
    MAX_COUNT_DAY = integer value # default 500
    MAX_COUNT_NIGHT = integer value # default 200
  3. Load “fake_count_tmpl” in your html template and use it like “fake_counter”:

    {% load fake_count_tmpl %}
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="UTF-8">
            <title>Title</title>
        </head>
        <body>
            <p>Some text</p>
            <p>{% fake_counter %}</p>
        </body>
    </html>

Project details


Release history Release notifications | RSS feed

This version

0.0

Download files

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

Source Distribution

fake_count-0.0.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file fake_count-0.0.tar.gz.

File metadata

  • Download URL: fake_count-0.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.8

File hashes

Hashes for fake_count-0.0.tar.gz
Algorithm Hash digest
SHA256 6247db2eda08235817b5716d8aa3d86b71878942f80b6558f17fc40ba87fea04
MD5 f8dfbaec88802be412492ed91662f087
BLAKE2b-256 2c970d2c3e756c308025a5d804290384b070204a90127cdbaf304d375e3498e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page