hitrust / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

django on appengine flatpages #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

sorry this is all pretty new to me. So maybe this is just an 
misunderstanding on my side. Here is what I want to do.

+ I use Django with Google AppEngine
+ I want to use Django flatpages to display static content
+ In my site setup I inherit from flatpages admin form and add TinyMCE to 
edit content (this works with Django)

As far as I understand in AppEngine the admin pages are different (only a 
subset is available). Are flatpages available at AppEngine-Django? How do 
I add the TinyMCE to the admin form?

Best regards,
Mark Fink

Original issue reported on code.google.com by mark.fi...@gmail.com on 9 Jun 2008 at 12:55

GoogleCodeExporter commented 8 years ago
From a quick glance flatpages will not work with Google App Engine as it uses
database models which would need to be modified to work in the App Engine 
environment. 

You are correct that the App Engine admin pages at /_ah/admin are different to 
the
Django admin pages which are not supported.

If you want to get flatpages working with Google App Engine we would gladly 
accept a
patch but it's not high on our priority list at this time.

Original comment by mattbrow...@gmail.com on 16 Jun 2008 at 10:26

GoogleCodeExporter commented 8 years ago
Attached is a patch for django.contrib.flatpages support.  Included is the 
patch for
issue #102 adding django.contrib.sites but sites is not necessary for this fix.

Original comment by dherbst on 11 Jan 2010 at 6:41

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by mattbrow...@gmail.com on 11 Jan 2010 at 9:38

GoogleCodeExporter commented 8 years ago
This patch has been merged in a separate fork here: 
http://code.google.com/p/dherbst-app-engine-django/

Original comment by dherbst on 10 Jul 2010 at 7:02