12
I Use This!
Activity Not Available

News

Posted over 16 years ago by [email protected] (virhilo)
Hello When I open my entity in django admin and then check one of its inlines to delete and then save the entity i have following exception: [link] (when i want to save this entity without any modifications exception is the same). Anybody have a idea what's wrong? Thanks for any help.
Posted over 16 years ago by [email protected] ([email protected])
My app need some attribute values for each user group, so I'm trying to add custom user group support to AEP's django code as repository below, and testing it now. [link] This solution code is almost copy of AEP's custom user model support.
Posted over 16 years ago by [email protected] (Geoff)
Bonjour, Guten Morgen, Merhaba etc etc I am on version 1.1 In settings.py I have: ....... Enable I18N and set default language USE_I18N = True LANGUAGE_CODE = 'tr' Restrict supported languages (and JS media generation) LANGUAGES = ( ('tr' ... [More] , 'Turkish'), ('en', 'English'), ) TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processor s.auth', [Less]
Posted over 16 years ago by [email protected] (Waldemar Kornewald)
Hi, if someone wants to get involved with a native Django port please join the discussion here: [link] We already got contacted by a potential volunteer (don't know if I should already mention your name officially), but the more people help
Posted over 16 years ago by [email protected] (Leo Lou)
How should I import 3rd party modules properly? Also how can I check if the modules is uploaded to the google server? I am using GeoHash. It works locally but not on the google server Thank you!
Posted over 16 years ago by [email protected] (Lacrima)
Hello! When I use sample app on local machine, all css are applied. When I upload it to production server, css doesn't work! Looking to [link] doesn't give me enough help to fix it. Please, explain me how to use css and other media properly, so it
Posted over 16 years ago by [email protected] (John Carroll)
Hello, I have successfully used the gae bulkloader tool to populate my datastore with data, and I am able to access this data when running app-engine-patch along with a simple webapp python script (configured in app.yaml) However I am unable to access this data when running app-engine-patch along with my
Posted over 16 years ago by [email protected] (PhilInUK)
Hi, I've taken the standard install, and removed the myapp and just modified the CSS and templates. I've changed the authentication to by google and uploaded it. I've used flat pages and admin to create the site. But the problem is they haven't synced, and I can;t login to the admin pages to add them. When I update, the syncdb step gives the
Posted over 16 years ago by [email protected] (Leo Lou)
Are there any simple ways to upload existing data in the development server onto the google server?
Posted over 16 years ago by [email protected] (toxicafunk)
Hi, I was wondering, does anyone knows (or suspects) whether using appengine patch increases the CPU Time quotas over using google's webapp? Thanks,