Software Details:
Version: 0.2.0
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 12
django-responsive-design-helper is a Django app that provides a responsive container to display how your website looks like in all view ports on one web page.
Usage
urlpatterns = patterns('',
('', include('responsive_design_helper.urls')),
# Put the rest of your URLs down here
)
Requirements:
- Python
- Django
Comments not found