|
Posted
almost 17 years
ago
by
[email protected]
(Chris)
Is there any way to speed up flat pages? They seem to take significantly longer to load (10-15 seconds) then a regular static template (3-4 seconds). I tried creating my own FlatpageFallbackMiddleware class that stores flat pages to memcache, but this doesn't appear to have much of an impact.
|
|
Posted
almost 17 years
ago
by
[email protected]
(Olivier D.)
Hello all, I'm playing with your work with a LOT of pleasure !!! It's wonderful to ride power of both Django and AE :) I'm making a nice (I think) admin interface, playing smoothly with my models, inline stacks, etc. Thanx to a snipset I found (http:// [link] - "Orderable inlines using drag
|
|
Posted
almost 17 years
ago
by
[email protected]
(Janusz)
Hi, I'm tryin to customize form initialization, but when I overrive init method I get strage error after the form is posted: 'MultiValueDict' object has no attribute '_meta' If form init is not overrided this not happens. Same thing happens when I change PersonForm in the example: class PersonForm(forms.ModelForm):
|
|
Posted
almost 17 years
ago
by
[email protected]
(Big Stu)
Hi Waldemar, I just downloaded the 1.1beta zip to integrate it into my app and I encountered an issue with dumpdata. Does this error ring any bells for you? I can try to look at it further myself later tonight, but I thought I'd put it out here in case it was a known issue. Stu $ ./manage.py dumpdata
|
|
Posted
almost 17 years
ago
by
[email protected]
(joop23)
Hello, i upgraded to google app engine sdk 1.2.0 and when I run manage.py update, I'm unable to update. Here is the output. C:\Projects\googleappengine\po ker-guru>manage.py update C:\Program Files\Google\google_appengine\ google\appengine\tools \appcfg.py:40: De precationWarning: the sha module is deprecated; use the hashlib module
|
|
Posted
almost 17 years
ago
by
[email protected]
(Jason C)
Am trying to migrate from appengine_helper to app-engine-patch. I am using the "manage.py update" technique to deploy to app engine. However, I keep hitting the 1000-file warning. It's strange because after scanning all of the files, the last message before the exception is: Uploading 139 files.
|
|
Posted
almost 17 years
ago
by
[email protected]
(dartdog)
Ok I know that I should be able to figure this out from the Django docs..(and I have them , the tutorial and reference all open) but I think there is just enough difference with AEP that I'm getting lost... I've got the sample up local I've
|
|
Posted
almost 17 years
ago
by
[email protected]
(joop23)
Hello, I'm very new to app engine patch and python. I'm wondering how to integrate python-twitter with app engine patch. [link] Looks like you have to install simplejson and place twitter.py somewhere. Could someone provide easy step by step process to integrate?
|
|
Posted
almost 17 years
ago
by
[email protected]
(dartdog)
Ok I can run "manage.py runserver" from the command line but no joy trying to figure out how to do it using the runconfiguration under eclipse, I can run the plain jane dev appserver and I place the $ {project_loc}/src in the arguments section of the run config (for Bloog for instance, if I place the --debug command after that string
|
|
Posted
almost 17 years
ago
by
[email protected]
(dartdog)
Just listening to the Django con talks on Pinax, to create reusable Django apps, is this or can this be applicable to AEP? I don't know what I don't know but I'm working up to it!
|