Implementation of the EmberJs Bloggr demo using a Django server.
The original can be found here: https://github.com/tildeio/bloggr-client
- pip install -r requirements.txt
- python manage.py runserver
- npm install django-ember-precompile
- http://localhost:8000
The django admin module is installed at http://localhost:8000/admin
user: admin pass: admin
Thanks to toranb for this example: https://github.com/toranb/complex-ember-data-example