Skip to main content

A simple Django app that will render template directly for you

Project description

#django direct render

render a simple html without wirting view function.

## INSTALLATION

pip install django_direct_render

### INSTALLED_APP

in INSTALLED_APP, add the following entry

‘direct_render’

### project urls.py

add the folowing line at top

import direct_render.urls

add the following url configuration in your urls.py

url(r’^direct_render/’, include(direct_render.urls)),

the abover the regular expression can change with your desire

### Usage

  • put xxx.html in templates.

  • browse file directly from ‘direct_render/xxx.html’

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

django-direct-render-0.1.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

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