Skip to main content

Simple database router was originally written for personal and work purposes.

Project description

Simple database router.

Simple database router was originally written for personal and work purposes.

Quickstart

  1. Add django_auth_db_router to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_auth_db_router',
        ...
    ]
    
  2. Add DATABASE_ROUTERS setting in settings.py file:

    DATABASE_ROUTERS = [
        'django_auth_db_router.routers.AuthRouter',
    ]
    
  3. Finally, add auth_db section to DATABASES:

    DATABASES = {
        'default': {
            'ENGINE': 'django.db.backends.sqlite3',
            'NAME': BASE_DIR / 'default.sqlite3',
        },
        'auth_db': {
            'ENGINE': 'django.db.backends.oracle',
            'NAME': '172.16.50.201/riskpdb',
            'USER': 'CR',
            'PASSWORD': 'newpa$$word'
        },
    }
    

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-auth-db-router-0.1.2.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file django-auth-db-router-0.1.2.tar.gz.

File metadata

  • Download URL: django-auth-db-router-0.1.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0rc2

File hashes

Hashes for django-auth-db-router-0.1.2.tar.gz
Algorithm Hash digest
SHA256 48e21b9add178308ba628f08caae93fb372e20ce3bea9c3991a485adae2f85d4
MD5 efc8b2d07f91abfd2ea421f0f3c8f580
BLAKE2b-256 92a00983c326f7f7f8127192da2b9ab6ba74d9ff74b1f54f53e6201545fc2fdd

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