paltman / django-mobileadmin forked from jezdez/django-mobileadmin
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
5945491
commit 5945491fe1216239471d41e590425bfe384d3d99
tree 85865123f05f5610504a47d1cda7fc5e43031cf8
parent 599f172df85586742b5b1ef2bd5b7a24298a0839
tree 85865123f05f5610504a47d1cda7fc5e43031cf8
parent 599f172df85586742b5b1ef2bd5b7a24298a0839
django-mobileadmin / INSTALL.rst
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/
