django-nonrel
Django-nonrel on Google App Engine, getting error i'm using Django 0.96
I\'m using Django Appengine http://www.allbuttonspressed.com/projects/djangoappengine so I can use Django 1.3 and everything seems to work fine.[详细]
2023-03-19 11:02 分类:问答'Not connected to the database' on Django admin site with MongoDB through django-nonrel
I am trying to conf开发者_C百科igure the Django admin site for my django application by following the instructions here: https://docs.djangoproject.com/en/dev/ref/contrib/admin/ .[详细]
2023-03-17 22:19 分类:问答Using images uploaded to the blobstore using Django-nonrel and file-transfer application
I am building a blog site in Google App Engine, using django-nonrel and I need a way to store and display images in blog posts etc.[详细]
2023-03-16 19:40 分类:问答Django slugfield 'numbers, letters, underscores and hyphens' doesn't seem to be enforced
I have a model like the following: class Page(ContentBase): url_slug = models.SlugFiel开发者_C百科d()[详细]
2023-03-14 11:33 分类:问答django-nonrel performance on Google App Engine
What is the performance impact of developing applications on Google App Engine using django-nonrel as opposed to webapp?[详细]
2023-03-12 22:41 分类:问答Django-Nonrel ManyToOne model creation on the fly
I have 3 models: Company, Project and Contact with the respective relationships: Company-Project (M2M)[详细]
2023-03-10 04:31 分类:问答Appengine Bulkloader with django-nonrel
I want to use appengine bulkloader 开发者_如何学Cwith my django-nonrel project as suggested in http://thomas.broxrost.com/category/google-app-engine/ and in http://blog.suinova.com/2009/03/tutorial-on[详细]
2023-03-08 14:19 分类:问答How can I use query cursors in Django nonrel on Google App Engine Python?
How can I use a query cursor with Django-Nonrel? If there is no way currently, it would be appreciated to tell me where to look at in Django-Nonrel.[详细]
2023-03-07 10:03 分类:问答django non-rel / Managing per-field indexes on App Engine
I\'m trying to move my gae webapp project to django non-rel. I\'m pretty new to Python and Django (non-rel). Right now I\'m setting up the admin backend.[详细]
2023-03-01 11:03 分类:问答How is the template directory set in App Engine?
I\'m currently keeping my templates in /projectdir/static/html/. I\'ve begun to have enough of them that I\'ve created a subdirectory: /projectdir/static/html/tag_request/. If I want to have a templat[详细]
2023-02-27 08:54 分类:问答