Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; '22,': 0.09; 'django': 0.11; 'feature-rich': 0.16; 'scope.': 0.16; 'side.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'app': 0.19; 'implementing': 0.19; 'subject:project': 0.19; 'thu,': 0.19; 'fine': 0.24; 'sort': 0.25; 'subject:/': 0.26; 'developing': 0.27; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; 'message-id:@mail.gmail.com': 0.30; 'framework': 0.33; 'common': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'hi,': 0.36; 'should': 0.36; 'project': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'management': 0.65; 'heavy': 0.81; 'writing,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=FnSa+j5cC0BCrZj0170blO1RDdHAHdSFMMMBnCnC8rs=; b=KygZwdn9gITwKG2NOYRWx0z9wIWP/9NeAB2Q3YOCQfj8kHlrfuMxIxNy3zPsYKjEl2 0MRFUFT8PYtMTUTHKGjeppjwLmgBDpqzSLMKug2Fm4pEXoZLosYfKwHjkopsXKd0uUic bygdobSMEuQQWgD4eyOfae8+NaocyUv9WFiYdqBP5qoQKaVMJkKtfuVwAQSoAiModMZa ulZz9M1xYn0AQCAp1V+L8sPRj/bPqb5D37tC4nlihxLRRMUgioHfzL9F4UrRVcS/TS6O GcWpY+VNeRdQAr5dvMFGMMMIWCm5OQPG5+4AMe2jwESPJL6JUNopY5sTi3sQ0syl2B3c QIMw== X-Received: by 10.66.251.101 with SMTP id zj5mr3491417pac.154.1400828916246; Fri, 23 May 2014 00:08:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com> From: Ian Kelly Date: Fri, 23 May 2014 01:07:55 -0600 Subject: Re: Advice for choosing correct architecture/tech for a hobby project To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400828925 news.xs4all.nl 2923 [2001:888:2000:d::a6]:48350 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71917 On Thu, May 22, 2014 at 1:49 PM, 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 That's a common misconception. Django is a feature-rich web framework aimed at developing database-driven web apps. It's a popular choice for implementing content management systems but is not at all limited to that scope. It should be fine for the sort of app that the OP is writing, although a bit on the heavy side.