|
Posted
over 16 years
ago
by
[email protected]
(Šimon Payne)
If you want to download appengine logs trough manage.py command, add this file (attached) to django archive at: common\zip-packages\django-1.1 .zip\django\core\management\co mmands\ and use it like this: mange.py request_logs log_file.txt It will download your logs from appengine in apache log format.
|
|
Posted
over 16 years
ago
by
[email protected]
(ezu)
Hi there, anyone has successfully uses the GAE Task Queue API with Appengine Patch? I've tried to use it, but i receive some strange error messages, so I think that i don't know how to use it correctly, some suggestions? Thanks, Martino.
|
|
Posted
over 16 years
ago
by
[email protected]
(Deedi)
Hi folks, First of all, thank you so much for your efforts in porting Django to be used with appengine! Really awesome! Well, I'm working on an app and wanted to keep the code as close to "regular" django as possible. So I opted for django-profiles[1] to manage Users' profiles, but I can't seem to get it to work. Anyone did this before?
|
|
Posted
over 16 years
ago
by
[email protected]
(Šimon Payne)
Hi,I'have problems with loading previously dumped data. First I dump data to JSON and when I tried to load them it fails with error message saying that value for blob have to be a string not unicode! But I have all the blob fields empty! I left
|
|
Posted
over 16 years
ago
by
[email protected]
(Arkaitz)
Hi all, Trying to install django-invitation[1] in app-engine-patch, apparently it works over the registration framework and this is supported in the patch, however the first installation I've done doesn't seem to work.
|
|
Posted
over 16 years
ago
by
[email protected]
(Leo Lou)
Hi, can I disble 'django.contrib.sites' ? what are the major consequences? Thanks in advance!
|
|
Posted
over 16 years
ago
by
[email protected]
(tribalvibes)
Hi, I'm trying to adjust the mediautils to except some js files from being combined on the local dev server, for js debugging purposes. I've set up template headers to include these non-combined js files but am having trouble getting the script tag src url correct. In app/settings.py, these files would be added to those combined with
|
|
Posted
over 16 years
ago
by
[email protected]
(Jay)
I noticed this recently after I started using 1.0.2.3. I must be missing something simple. When I create a urlsouto.py for a new app that I have added to my project, the urlpattrens seem to want to use the app name in the pattern. For example, if I add app "app1" with a urlsauto.py that has "(r'^/?
|
|
Posted
over 16 years
ago
by
[email protected]
(Perica Zivkovic)
Hi there, I'm giving app-engine-patch a try and having some problems. Can someone help please. This is my setup: - Active state 2.5 python - latest GAE SDK - app-engine-patch-1.0.2.3.zip removed myapp from the patch and started the server. Now constantly getting: 191 # xheaders, and serialization depend on it).
|
|
Posted
over 16 years
ago
by
[email protected]
(BrianJinwright)
I'm using I have setup the app.yaml (see below) but every time I go to the https version of the site I redirects me back to the http version. I thought it was supposed to work the other way. More info about my app: Framework: django (app-engine-patch) LOGIN_REQUIRED_PREFIXES = ( '/account',
|