Skip to main content

adds .local:port to the site domain links for local development if settings.DEBUG is True

Project description

Installation

$ [sudo] pip install django-site-local-middleware

Examples

settings.py

DEBUG=True

MIDDLEWARE = [
    ...
    'django_site_local_middleware.middleware.SiteLocalMiddleware'
    ...
]

/etc/hosts

127.0.0.1   site.com.local
$ python manage.py runserver 0.0.0.0:8000
before after
<a href="http://site.com/"> <a href="http://site.com.local:8000/">

readme42.com

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

File details

Details for the file django-site-local-middleware-2020.12.3.tar.gz.

File metadata

  • Download URL: django-site-local-middleware-2020.12.3.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for django-site-local-middleware-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 46b43a72320e78d4a8e5baeb834466101a24cb1aaeb43d9b4ba12d433c35a6ce
MD5 c47a4956a18ec743b029618e168493b0
BLAKE2b-256 aa428d997290976b60fd6b6473df3bafab257ed9b1cbbf83f7d16922c4dd840d

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