Home

Awesome

django-remote-admin

A simple API based implementation of django admin.

There are two components of django remote admin:

django Remote Admin is dependent on django-remote-forms

My djangocon US 2012 talk discusses some aspects of the Remote Admin in context of Remote Forms

Important

License

django-remote-admin is provided under MIT license. Feel free to use, hack and share.

Setup

There are 2 ways of getting the project set up

No separation between API and app space

If you just want to get the application up and running without much hassle, try this.

Proper separation between API and app space

The goal of the django Remote Admin is to demonstrate how you can have a completely independent web application that communicates with an API server serving django admin apps/ models/ instances and instance forms

It should be noted that such a web application will still need to run under the same domain that serves the API

To simulate the scenario, do the following: