7f709d92e4
threadlocals, middleware and simple utilities. Using the middleware provided, you can "easily" provide multi-site awareness to any project. WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/ PR: ports/141302 Submitted by: Kevin Golding <ports at caomhin.org>
5 lines
278 B
Text
5 lines
278 B
Text
This small app provides multi-host utilities to Django projects by using
|
|
threadlocals, middleware and simple utilities. Using the middleware provided,
|
|
you can "easily" provide multi-site awareness to any project.
|
|
|
|
WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/
|