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

Uploaded Source

File details

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

File metadata

  • Download URL: django-acsecure-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 3da9fd4e06a9472b2a6282224ed11ffb69d38ffb36991ab06cb68cb716700cec
MD5 f2c889ac41381574d11c297bde53bcb4
BLAKE2b-256 c4b9efabdd7a134b01a99da297e6e1e31f3873a7ed40a95a32348cee6657da7b

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