django-multisite

Multisite for Django
Download

django-multisite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Leonid S Shestera
  • Publisher web site:
  • http://shestera.ru

django-multisite Tags


django-multisite Description

Multisite for Django django-multisite is a multisite plugin in Django.Get the code via svn:git clone git://github.com/shestera/django-multisite.git django-multisiteAdd the django-multisite/multisite folder to your PYTHONPATH.Replace your SITE_ID in settings.py to:from multisite.threadlocals import SiteIDHookSITE_ID = SiteIDHook()Add to settings.py TEMPLATE_LOADERS:TEMPLATE_LOADERS = ( 'multisite.template_loader.load_template_source', 'django.template.loaders.app_directories.load_template_source', ) Edit to settings.py MIDDLEWARE_CLASSES:MIDDLEWARE_CLASSES = ( ... 'multisite.middleware.DynamicSiteMiddleware', ...)Create a directory settings.TEMPLATE_DIRS directory with the names of domains, such as:mkdir templates/example.com Requirements: · Django · Python


django-multisite Related Software