Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44358
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <eric.frederich@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.042 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'answer?': 0.09; 'framework.': 0.09; 'python': 0.11; 'django': 0.11; 'self-host': 0.16; 'subject:RESTful': 0.16; 'thanks,': 0.17; 'obviously': 0.18; 'app': 0.19; 'later': 0.20; 'options': 0.25; 'subject:/': 0.26; 'idea': 0.28; 'hosting': 0.29; 'rest': 0.29; '(like': 0.30; 'message-id:@mail.gmail.com': 0.30; 'there.': 0.32; 'run': 0.32; 'received:209.85': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'in.': 0.36; 'application': 0.37; 'received:209': 0.37; 'subject:new': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'new': 0.61; 'facebook': 0.61; 'today': 0.64; 'account': 0.65; 'locked': 0.84; 'played': 0.84; 'road.': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=4ZaKG/qFnjvEo7tOTH5lKT58O9N3H0OPOgNDiBheZ6E=; b=b0CdBIPD4i+SciNdqc269kaqEMZ1uu12YY+Wk4MCiHH1R/f7SArU7gWIYJlH90/3Nx UIJWvJnfudk5eHtkP54Z4H6mCcvhQeioJQGawDwdtqyJLKQMOYI5d0WOqRaaNAFrg15I e6ohve8yJtuQ/0iJtfcPlVjmuV4p+AwucITuWDauhJKRlql1bVGXvJXjgP/CkQvRm2gd dSaArNKV7KhmdUi6trYZWk8V8DST5np+yp0AHrKIkTzhaIB32oKLNdjqqh1lWsg+VVql VNma2KYpN9IqZXMTF0JEGI7fxyqQp+D5PRhbrvapmaCxCYYnIVCugj6fLXLNnEGE7Ky1 in5A== |
| MIME-Version | 1.0 |
| X-Received | by 10.224.105.146 with SMTP id t18mr37220311qao.65.1366920012206; Thu, 25 Apr 2013 13:00:12 -0700 (PDT) |
| Date | Thu, 25 Apr 2013 16:00:12 -0400 |
| Subject | Python platform/framework for new RESTful web app |
| From | Eric Frederich <eric.frederich@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=20cf306f71f8c39a4904db34dd06 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1066.1366920020.3114.python-list@python.org> (permalink) |
| Lines | 47 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1366920020 news.xs4all.nl 15923 [2001:888:2000:d::a6]:51965 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44358 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
If I wanted to create a new web application (RESTful) today with Python what are my options given the following requirements. * Google Account authentication * Facebook authentication * Managed hosting (like Google App Engine or Heroku) but with the ability to be self-hosted later down the road. I am familiar with Django (well I was a 3 years ago). I have played a little with web.py and like the ideas there. I like the idea of using something like GAE but don't want to be locked in. Is Django the answer? I think you can run Django on GAE (and obviously you can self-host it). I see there is a Django REST framework. Is this a good framework? Are there good Google and Facebook authentication extensions? Thanks, ~Eric
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Python platform/framework for new RESTful web app Eric Frederich <eric.frederich@gmail.com> - 2013-04-25 16:00 -0400
csiph-web