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


Groups > comp.lang.python > #71917

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!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
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 <lllkbu$8fv$1@speranza.aioe.org>
References <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com> <lllkbu$8fv$1@speranza.aioe.org>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Fri, 23 May 2014 01:07:55 -0600
Subject Re: Advice for choosing correct architecture/tech for a hobby project
To Python <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10234.1400828925.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, May 22, 2014 at 1:49 PM, Mark H Harris <harrismh777@gmail.com> 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.

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