Skip to content

zbyte64/django-hyperadmin-emberclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

django-hyperadmin-emberclient is a hyper admin client powered by emberjs.

Features

  • Supports CRUD operations
  • Defines it's own media type: application/vnd.Collection.hyperadmin.emberclient+JSON
  • Direct upload functionality (in progress)

Requirements

  • Python 2.6 or later
  • Django 1.3 or later
  • django-hyperadmin

Installation

Put 'emberclient' into your INSTALLED_APPS section of your settings file.

Add to your root url patterns:

url(r'^emberjs-admin/', include('emberclient.urls')),

About

Hyperadmin client written using ember.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published