Hello, Im still trying to embed a page in my admin site where I can let the user to change some global variables (like in wordpress) such as the site name, meta keywords, etc.
Apparently there is an app that does this but I cannot get it to work (Im using Django 1.3): http://github.com/praekelt/django-preferences
NOTE: I tried both from preferences.model import Preferences
and from preferences.models import Preferences
it still cannot find the Preferences object.
Many thanks!