django-mobileadmin 0.2

I couldn’t keep away from mobileadmin after I got so many nice words from you, thanks for that. I present you django-admin 0.2 (”holy macaroni”, SVN rev. 9-10) which brings the following new features and bugfixes:

  • mostly rewritten: css, javascript
  • nicer buttons
  • larger fonts
  • larger tap targets
  • better widescreen capabilities
  • full filtering and searching (w00t!)
  • better checkboxes and radiobuttons
  • faster loading, smaller images
  • new toolbar and hiding mobilesafari toolbar
  • new paginator
  • easy access to media path with mobileadmin.MOBILEADMIN_MEDIA_PATH

django-mobileadmin 0.2 photoset on Flickr

django-mobileadmin 0.2

11 November 2007 — Django

2 Responses to “django-mobileadmin 0.2”

  1. Juan Says:

    I couldn’t make it work :-( It sends me different configuration messages.

    _os doesn’t exist — It didn’t in my django utils library

    FILE_CHARSET doesn’t exist — only DEFAULT_CHARSET did

    TEMPLATE_LOADER is empty — it wasn’t, fixed after adding path to TEMPLATE_DIRS

    mobile_admin is invalid, no module named encoding — no idea how to fix it

    I’m using Django 0.96 on python 2.5, mobilesdmin requires the newest django version?

    Do you have a plist to leave django running in background?

    Thanks

  2. Jannis Leidel Says:

    Hi Juan,

    Yes it does require to have the latest developer version (aka “subversion trunk”), sorry for your hassle. I suppose you want to run the Django with django-mobileadmin directly on the iPhone/iTouch — just make a subversion checkout on your computer and transfer the resulting django directory to you Python site-packages directory on your mobile device.

    Though I haven’t tested it you might be successful using the following plist file: com.djangoproject.django.plist

Leave a Reply