Skip to main content

Django Ember Index

Build Status Code Climate Coverage Status Requirements Status

A Django app to serve Ember index files deployed with ember-cli-deploy.

Installation

  1. Install application using $ pip install django-ember-index.

  2. Add ember_index to your INSTALLED_APPS setting like this:

INSTALLED_APPS = (
    ...
    'ember_index',
)

Usage

  1. Register Ember application(s) at urls.py with redis’s adapter:

from ember_index import index, RedisAdapter

adapter = RedisAdapter(host='localhost')

urlpatterns = [
    index(r'^other/', 'other-app', adapter),
    index(r'^', 'my-app', adapter),
]

The provided regex is used to set router’s rootURL by replacing pregenerated baseURL environment configuration at index file.

All adapter’s keyword arguments will be passed into the StrictRedis object on initialization.

  1. Access application(s) at:

  • / with current revision of my-app,

  • /r/ed54cda/ with specific revision of my-app,

  • /other/ with current revision of other-app,

  • /other/r/ed54cda/ with specific revision of other-app.

License

Django Ember Index is available under the MIT license. See the LICENSE file for more info.

Release files for django-ember-index 0.5.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-ember-index 0.5.1
File Size Uploaded
django-ember-index-0.5.1.tar.gz 4.8 kB Details

Release files / django-ember-index-0.5.1.tar.gz

Download URL django-ember-index-0.5.1.tar.gz
Size 4.8 kB
Tags Source
SHA-256 checksum
How to use checksums
5d6c77780b884433513e209da132eefadb67f61d29c9c82de63d3eb8a1e6479c
BLAKE2b-256 checksum
How to use checksums
f7a239eaa95274f29eaf16df6125eaa1ea917a5384eeca767aa16103363e9ab3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

0.7.0

1 release file

0.6.0

1 release file

This release

0.5.1 This release

1 release file

0.5.0

1 release file

0.4.0

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page