paltman / django-mobileadmin forked from jezdez/django-mobileadmin

The Django admin interface optimized for iPhone/iPod touch.

This URL has Read+Write access

django-mobileadmin / INSTALL.rst
100644 17 lines (12 sloc) 0.743 kb

To install django-mobileadmin, run the following command inside this directory:

python setup.py install

Or if you'd prefer you can simply place the included mobileadmin directory somewhere on your Python path, or symlink to it from somewhere on your Python path; this is useful if you're working from a Subversion checkout.

Please see the Installation paragraph in docs/overview.txt for usage details.

Note that this application requires Python 2.3 or later, and a recent Subversion checkout of Django. You can obtain Python from http://www.python.org/ and Django from http://www.djangoproject.com/.

This install notice was bluntly stolen from James Bennett's registration package, http://code.google.com/p/django-registration/