Skip to main content
=====
FastSettings
=====

Django FastSettings stores settings in the database and syncs it to redis, so that access is "fast".
This will work without redis, it will simply fetch from the database each time.

Quick start
-----------

1. Add "fastsettings" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'fastsettings',
]

2. Add the Redis connection settings to the django settings.py file
# PROJECT SETTINGS (used in fastsettings) #
REDIS_HOST = 'localhost'
REDIS_PORT = 6379
REDIS_DB = 0
REDIS_PASSWORD = "your_redis_password"

3. For logging, add a handler for "fastsettings_logger" in your logging configuration::

4. Run `python manage.py migrate` to create the fastsettings models.

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

Release history Release notifications | RSS feed

0.5

2 files

0.4

1 file

0.3

1 file

0.2

1 file

This release

0.1 This release

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