Skip to main content

Access Secure Django Middleware

Project description

django-acsecure

Access Secure middleware for Django, for logging, anti-spamming and black/white list...

Install

  • Go to https://logsecure.io, create an account and project. Remember project ID and keep project token in secret. (See images below for details)

  • pip install django-acsecure
    
  • In settings.py, put your project ID and Token, and put middleware in MIDDLEWARE

    ACCESS_SECURE_APPID = 'my-app-id'
    ACCESS_SECURE_TOKEN = 'my-app-token'
    
    MIDDLEWARE = [
        'django.middleware.security.SecurityMiddleware',
        'django.contrib.sessions.middleware.SessionMiddleware',
        ...
        'acsecure.middleware.AccessSecureMiddleware',
    ]
    

Images

register

register.JPG

create project

create-project.JPG

project ID and Token

console.JPG

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-acsecure-0.1.0.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file django-acsecure-0.1.0.tar.gz.

File metadata

  • Download URL: django-acsecure-0.1.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9

File hashes

Hashes for django-acsecure-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4ac2072c691b53b3d6e8090dfd1e99824501e63d31f4ce6a2b24e7b429989b20
MD5 79e6c48110964940fe7a8c402f0d67f4
BLAKE2b-256 43569204e4a2bd6181029fb31b9126dbe1da67d931f050928e6f2328cb46a206

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