Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71955
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-05-23 22:03 -0700 |
| References | <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com> <lllkbu$8fv$1@speranza.aioe.org> |
| Message-ID | <c203ad5b-cade-4094-9475-d7bfa93e5923@googlegroups.com> (permalink) |
| Subject | Re: Advice for choosing correct architecture/tech for a hobby project |
| From | Aseem Bansal <asmbansal2@gmail.com> |
The project is not a browser but a app for managing the bookmarks. Only managing by categories. A replacement for the bookmarks made in webbrowser. I wanted to make bookmarks easier to use. Hierarchical structure of bookmarks gives a lot of problems. I wanted to solve that for my use.
On Friday, May 23, 2014 1:19:22 AM UTC+5:30, Mark H. Harris wrote:
> 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