Skip to main content

A simple Django app to manage User Preferences.

Project description

OptIn is a simple Django app to manage User Preferences. For each Category, Users can select Yes or No.

You set the Categories through the Admin panel

Detailed documentation is needs writing.

Quick start

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

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

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

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

  5. Add <a href=”{% url ‘optin:user_opt_selection’ user.id %}”>OptIns</a> to a template to provide a link. Please note, User must be logged in.

  6. Visit http://127.0.0.1:8000/, Login and click link to set preferences.

Settings

OptIn uses AUTH_USER_MODEL as the default user model. It will default to the Django User model if AUTH_USER_MODEL is not set in settings.py

OPTIN_SETTINGS_UPDATE_MESSAGE_BOOLEAN: If True, on successful update of preferences the OPTIN_SETTINGS_UPDATE_MESSAGE is presented to User (via django messages). Default = True

OPTIN_SETTINGS_UPDATE_MESSAGE: Message displayed to User if OPTIN_SETTINGS_UPDATE_MESSAGE_BOOLEAN set to True. Default = ‘Preferences Updated’

Project details


Download files

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

Source Distribution

django-optin-1.0.0.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file django-optin-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-optin-1.0.0.tar.gz
Algorithm Hash digest
SHA256 77e94ab7253c9846746fbe288e2dfe924da1fc9cf70f115fbd523c44b8393924
MD5 d04e3208465968f95772e2087f904749
BLAKE2b-256 2ecf424bc60d65df6dbfbe870192d1d780bc161681eddcd95c9dfa6c604471fb

See more details on using hashes here.

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