Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12715 > unrolled thread
| Started by | Paul Kölle <paul@subsignal.org> |
|---|---|
| First post | 2011-09-03 20:59 +0200 |
| Last post | 2011-09-03 20:59 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Need advice on Web / Database framework... Paul Kölle <paul@subsignal.org> - 2011-09-03 20:59 +0200
| From | Paul Kölle <paul@subsignal.org> |
|---|---|
| Date | 2011-09-03 20:59 +0200 |
| Subject | Re: Need advice on Web / Database framework... |
| Message-ID | <mailman.744.1315076403.27778.python-list@python.org> |
Hi, Am 03.09.2011 16:11, schrieb Benjamin Schollnick: > Folks, > > I need some advice on a python web& database framework to use...? Hardest question ever ;) > > I have handcrafted a sqllite3 python script, that is a basic web > application, interfacing with a sqlite3 database... > > But I am concerned at the thought of handcrafting a administration > interface, and so forth. If you are not familiar with the various pitfalls of web security I'd recomment a framework which has all the layers already integrated. Take a look at http://www.web2py.com, I think it's quite powerful and has good documentation. If you want to get your hands dirty you can compose your own "framework" cherrypy+sqlalchemy+cheetah might be a good combination. hth Paul
Back to top | Article view | comp.lang.python
csiph-web