Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 374 Bytes

django-host-extend

ALLOWED_HOSTS extend using a model in admin

The aim is to extend allowed_hosts to add new host, enabled or disabled through the admin interface, besides having an image depending on the host. Very useful for web applications, white label. UNDER CONSTRUCTION

Requirements

django 1.6.X+ Pillow

Installation