Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71911
| From | Mark H Harris <harrismh777@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Advice for choosing correct architecture/tech for a hobby project |
| Date | 2014-05-22 14:49 -0500 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <lllkbu$8fv$1@speranza.aioe.org> (permalink) |
| References | <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com> |
On 5/22/14 1:54 PM, Aseem Bansal wrote:
> I am working on a hobby project - a Bookmarker{snip}
hi, no django is not really the correct tool-set. Django is for
server-side content management, but who knows, you might come up with a
great hack (I don't want to discourage you). But, a straight python
trimmed down app would probably be better... what led you to django?
It seems from your descriptions, which don't make sense by the way, that
you are attempting to create your own 'browser' within your app (web
api) and you want to use a standard browser (like firefox or chrome) to
'front-end' the apps bookmarks. So, your app needs to be able to read
your browser's bookmarks file.
Browsers most certainly can read http:// https:// file:// etc. (and many
more). Your api may not be able to read local file:// urls, but I'm
skeptical about that (most web api(s) have no trouble with file:// either).
Provide some more info, somebody will help.
marcus
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-22 11:54 -0700
Re: Advice for choosing correct architecture/tech for a hobby project John Gordon <gordon@panix.com> - 2014-05-22 19:28 +0000
Re: Advice for choosing correct architecture/tech for a hobby project Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-22 13:55 -0600
Re: Advice for choosing correct architecture/tech for a hobby project John Gordon <gordon@panix.com> - 2014-05-22 20:38 +0000
Re: Advice for choosing correct architecture/tech for a hobby project Mark H Harris <harrismh777@gmail.com> - 2014-05-22 14:49 -0500
Re: Advice for choosing correct architecture/tech for a hobby project Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-23 01:07 -0600
Re: Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-23 22:03 -0700
Re: Advice for choosing correct architecture/tech for a hobby project Ethan Furman <ethan@stoneleaf.us> - 2014-05-22 14:28 -0700
Re: Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-23 22:07 -0700
csiph-web