X
X
xSkyFoXx2010-10-12 22:45:52
Django
xSkyFoXx, 2010-10-12 22:45:52

Django Differences in App Engine and Native Server

Can you tell me what are the differences between the implementation of django as a standalone product and django in google app engine? I understand that in the app engine I have restrictions that are indicated in the “Large Table”, that there is a rather truncated version of the databases there (by the way, what is the truncated one?), and what restrictions on the use of django are still imposed in the app engine? Please help me understand as much as possible. What is there in django that is not in django for the app engine?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gasoid, 2010-10-13
@xSkyFoXx

there is no admin panel in django app engine, models need to be written differently, i.e. as they are in the app engine, it follows from this that forms should be done differently. in views it is necessary to take into account that requests will be written in a different way.
and there is not a stripped-down version of the database, it just has its own nosql database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question