From nobody@digitalkingdom.org Wed Jun 29 08:51:37 2011 Received: with ECARTIS (v1.0.0; list jbovlaste); Wed, 29 Jun 2011 08:51:39 -0700 (PDT) Received: from nobody by chain.digitalkingdom.org with local (Exim 4.72) (envelope-from ) id 1Qbx3B-0008D6-KK for jbovlaste-real@lojban.org; Wed, 29 Jun 2011 08:51:37 -0700 Received: from mail-gy0-f181.google.com ([209.85.160.181]) by chain.digitalkingdom.org with esmtp (Exim 4.72) (envelope-from ) id 1Qbx39-0008Cy-V0 for jbovlaste@lojban.org; Wed, 29 Jun 2011 08:51:37 -0700 Received: by gyg8 with SMTP id 8so392171gyg.40 for ; Wed, 29 Jun 2011 08:51:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=TrZ1n00QJxvpKyoF0lhIc3HEvMSl4LBjJCOHC7GVLXg=; b=n+nnhxaYH5BHQXjZ5nEccW5Vub+0OhvsLVQKVmWN1EApVLQUICc/JbCeP9HKyFYHiR qM/Gr1WvwWQFbDCx1FT++D1zOBA8jIEuimARIemAi6dg6o/hNbO9NJ+ciu3x0i55vNn0 /uDj0aNtMhxV9bwgedjy7OJ5Px6ODrjMHJUS8= Received: by 10.101.66.1 with SMTP id t1mr753707ank.70.1309362690159; Wed, 29 Jun 2011 08:51:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.152.14 with HTTP; Wed, 29 Jun 2011 08:51:10 -0700 (PDT) From: Stefan Majewsky Date: Wed, 29 Jun 2011 17:51:10 +0200 Message-ID: Subject: [jbovlaste] Running a development instance of jbovlaste To: jbovlaste@lojban.org Content-Type: text/plain; charset=ISO-8859-1 X-archive-position: 39 X-ecartis-version: Ecartis v1.0.0 Sender: jbovlaste-bounce@lojban.org Errors-to: jbovlaste-bounce@lojban.org X-original-sender: stefan.majewsky@googlemail.com Precedence: bulk Reply-to: jbovlaste@lojban.org X-list: jbovlaste Hi again, I've checked out the jbovlaste SVN from Sourceforge and try to setup a local instance for toying around with it a bit. I've got it so far that I see some crippled CSS-less and JS-less site, and I can login with the admin account which I created in the first "manage.py syncdb" run. However, any content page (even "/accounts/profile/") dumps with DoesNotExist error. I'm experienced with Python, but not with Django, so I cannot make any sense of that. Could someone please explain what I'll need? Which apps have to be installed in the project, and where do I get the contents (e.g. "css/AllInOne.css" and "js/menu.js") so my local installation becomes fully functional? Greetings Stefan