Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1058079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:58:08+00:00 2026-05-16T17:58:08+00:00

I’m about to start a new django project with friends. This project includes a

  • 0

I’m about to start a new django project with friends. This project includes a website, API to mobile applications, clearing and billing, internationalization aspects etc…

What are the pros and cons for using Google App Engine vs. a regular web hosting solution?

Of course GAE documentation praises their support for django, but I would like to hear from people with first hand experience.

Here’s a general discussion regarding pros\cons for GAE. I’m more interested in the details regarding django (and related libraries) support.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T17:58:09+00:00Added an answer on May 16, 2026 at 5:58 pm

    What sold me on Google App Engine vs hosting a Django app were the following points:

    1. No DB Admin: We didn’t have to worry about administering and managing a database. This was super productive for a two man team.
    2. The Datastore Makes Sense: Given that we had no RDBMS experience, the GAE Datastore just made a lot of sense: It is a big hash table with transaction support. Definitely less complex -usage wise- than a traditional database.
    3. No Sysadmin Skills Needed: Not sure about you, but we did not have mad sysadmin skills. We just wrote a simple Python script that compressed our JavaScript and CSS and deployed. That was good enough.
    4. Easy Deployment and Versioning: The online interface allows you to test out a new version before making it the default. So if the new version breaks, you can easily roll to an older version.
    5. Easy Scalability: We enabled billing for up to $4 a day, which gave us a lot of CPU cycles and a huge email quota. We didn’t have to worry about servers going down. Again, this give you peace of mind if you’re a small team.

    You also get easy access to cron, offline tasks and email. Oh, and you can also use Django’s templating engine, which is one of my favorite bits of Django.

    Cons:

    1. No FTP support: A lot of enterprises still use FTP. You can only make HTTP/S requrests with GAE, so you can’t serve or upload FTP files.
    2. 3000 files per app: Your app cannot have more than that. But for the Python version, you can bundle up extra libraries in zip files and use zipserve to serve them. I usually also sprite up small images into one and compress JavaScript and CSS and lump them into one file each.
    3. No expensive calculations: All requests have to finish up in 30 seconds. But GAE gives you Cron and task queues, so if you need to do super expensive calculations, then you’ll have to break them up.
    4. Only pure Python libraries: So you can’t use cPickle for example.
    5. No legit image processing: They image processing API does provide a subset of PIL, but if you need to do heavy lifting you’d better take it outside (of GAE).

    I would highly recommend GAE if you have a small team – which sounds like you do, and you do not like to mess around with configuring servers. .

    Best of luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
Does anyone know how can I replace this 2 symbol below from the string
this is what i have right now Drawing an RSS feed into the php,
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have just tried to save a simple *.rtf file with some websites and
Seemingly simple, but I cannot find anything relevant on the web. What is the
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.