webapp and django framework
NickName:Joel Ask DateTime:2010-05-03T16:24:07

webapp and django framework

As far as I understand, the "Getting Started" guide of GAE with Python uses the webapp framework. However, it seems like it uses Django to render templates.

Does that mean that I can use the Django template engine without using its application framework?

Copyright Notice:Content Author:「Joel」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/2756875/webapp-and-django-framework

More about “webapp and django framework” related questions

webapp and django framework

As far as I understand, the "Getting Started" guide of GAE with Python uses the webapp framework. However, it seems like it uses Django to render templates. Does that mean that I can use the Django

Show Detail

Can django webapp and django-rest-framework live together?

I have a Django WebApp to administrate certain things of my business. It's currently using Django 1.5.5, but I just migrated the code to Django 1.11. The thing is that we are developing another a...

Show Detail

webapp or django, which framework to opt for on google app engine?

Im currently learning about Google App Engine and how it can be used to develop web apps. I have some knowledge of Django too. What is the best way to go for building an app on Google App Engine,sh...

Show Detail

Is there any way to use Django templates in Webapp2 framework in Google App Engine

I am using Django 1.2 template tags over webapp framework in Google App engine. I intend to migrate over to Webapp2. I was looking for a way to this in webapp2, but did not find a template engine ...

Show Detail

Webshell upload in django webapp

What file can be uploaded on a webapp built on django framework if it's allowing unrestricted file upload? When I uploaded a shell.py it simply rendered as text in the browser but html and javascri...

Show Detail

How do I use Django's MarkUp Templates Tags with Google App Engine WebApp Framework

I'm using Google App Engine WebApp Framework which works with Django's Templates. I'm trying to use Django's MarkUp filters and the instructions say: Put django.contrib.markup in your INSTALLED_APPS

Show Detail

Using webapp2.uri_for in Django template

I have a GAE app that's using the stock webapp2 framework and Django templating engine. This setup doesn't seem to support Django's builtin {% url %} template tag. Rather than hard-code URLs into my

Show Detail

Uploading files to App Engine using webapp and Django forms

My basic question is this: Is there an equivalent of form = MyForm(request.POST, request.FILES) when handling file uploads using the webapp framework on Google App Engine? I know that I can pu...

Show Detail

I have an existing Django Webapp, how do I make a rest API to integrate the webapp with an android app?

I have an existing django webapp, I have two model classes in my models.py for different functionalities in my app. I have used django allauth for all of the login/logout/social sign ins. Note: I h...

Show Detail

Django rest framework RecursionError during dispatch

From time to time, a RecursionError error gets triggered on my website. Unfortunately, the error log is not helpful. One thing that strikes me as weird is that the response = self.handle_exception...

Show Detail