Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71911

Re: Advice for choosing correct architecture/tech for a hobby project

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail
From Mark H Harris <harrismh777@gmail.com>
Newsgroups comp.lang.python
Subject Re: Advice for choosing correct architecture/tech for a hobby project
Date Thu, 22 May 2014 14:49:22 -0500
Organization Aioe.org NNTP Server
Lines 23
Message-ID <lllkbu$8fv$1@speranza.aioe.org> (permalink)
References <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com>
NNTP-Posting-Host eSF12mcVRIwL+eMIMJ03mA.user.speranza.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Complaints-To abuse@aioe.org
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
X-Notice Filtered by postfilter v. 0.8.2
Xref csiph.com comp.lang.python:71911

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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