11
I Use This!
Activity Not Available

News

Posted over 15 years ago by Waldemar Kornewald
Generalized dynamic SITE_ID handling. ragendja/pyutils.py (24 lines added, 0 lines removed) ragendja/sites/dynamicsite.py (6 lines added, 13 lines removed)
Posted over 15 years ago by Waldemar Kornewald
Fixed permissions. We had EmailUser instead of User for user perms. appenginepatcher/patch.py (1 lines added, 1 lines removed)
Posted over 15 years ago by Waldemar Kornewald
Added admin interface for Google users. ragendja/auth/google_admin.py (14 lines added, 0 lines removed)
Posted over 15 years ago by Waldemar Kornewald
Moved socket patch into separate file. patch.py became too clunky. Also, fixed support for admin inline forms. appenginepatcher/socketpatch.py (231 lines added, 0 lines removed) appenginepatcher/patch.py (3 lines added, 231 lines removed)
Posted over 15 years ago by Waldemar Kornewald
Always mark Google users as is_active. ragendja/auth/google_models.py (1 lines added, 1 lines removed)
Posted over 15 years ago by Waldemar Kornewald
Detect SDK dependencies in lib folder automatically. aecmd.py (15 lines added, 10 lines removed)
Posted over 15 years ago by [email protected] (rabbi)
Hi, i forgot to add one entry to my index.yaml so i added it and then used manage.py update to upload my changes the new version uploaded fine, but when i access it the datastore is empty luckily i changed the version so i can just roll back, but i would like to know how i can update an app with manage.py update, without
Posted over 15 years ago by [email protected] (Roberto Saccon)
I am using appenginpatch from trunk and Google authentication and would like to use permissions, but I did not gt very far yet: (and I do not have prior django experience with groups and permissions, just read the docs) so here is what I try to do: logging.info(request.user.get_ all_permissions())
Posted over 15 years ago by [email protected] (rabbi)
Hi, 1) My static files are getting displayed in development, but not after deployment They are in mysite/media, then I run manage.py runserver and they get transferred to mysite/_generated_media/MEDIA_ VERSION/global/ I use {{ MEDIA_URL }} in my templates I increment MEDIA_VERSION before each update to the production server,
Posted over 15 years ago by [email protected] (ltcstyle)
Hi, I use the updated patch from repo, the generated media has all the locales. According to the settings.py, LOCALE_SITES = ( LANGUAGE_CODE, ) But it seems doesn't make changes. Thanks