Anybody out there installed and run DjangoBB?

2014-02-20 Thread Marc Garcia
Hi, I'm new in Django and I'm planning create a website using a forum. After some googles I've noticed that the most updated and best choice for my purpose is DjangoBB. I looked the official manual http://djangobb.org/wiki/QuickInstall but I'm stacked because I have to set up a database and I

Re: Google App Engine & Django

2008-04-08 Thread Marc Garcia
Well, it seems that you just need to migrate your django models to appengine models. Anyway, I think that there is an important day for django. I haven't enought time to check it all, but I think in a close future we'll be able to run our django 1.0 projects on google infrastructure. For know I

Re: mark_safe for a html field

2008-03-31 Thread Marc Garcia
I was thinking in giving a option on field definition, to make it safe on all templates at same time. Anyway using safe filter as you proposed is clearer than my initial solution. Thanks Kenneth On Mar 31, 4:01 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 31-Mar-08, at 7:20

mark_safe for a html field

2008-03-30 Thread Marc Garcia
Hi, does anybody know a simple way to mark a model field as safe html (and tell django not to escape this field content)? I can create a method in the model that outputs the return of mark_safe applied to field content, and it should work. But may be there is something more simple that I'm

Media path when sharing virtual host for two projects

2008-01-12 Thread Marc Garcia
Hi! I've many Django projects that doesn't have any relation. In production I use different domains, so I have different virtual hosts for them, and everything is ok. In development I want to have just one domain, and access all my projects from it. Something like:

Re: i18n/setlang no longer support GET

2007-10-26 Thread Marc Garcia
! Marc Garcia http://vaig.be/category/it/applications/django/ On Sep 26, 7:39 pm, "Antoni Aloy" <[EMAIL PROTECTED]> wrote: > 2007/9/21, James Bennett <[EMAIL PROTECTED]>: > > > The HTTP specification says that GET requests should not take any > > action ot

Using localflavor for admin

2007-09-29 Thread Marc Garcia
Hi! I want to use localflavor field validation in admin. Is it possible? I'm thinking in something like this (that of course is not working): -- from django.db import models from django.contrib.localflavor.us import forms as us_forms class MyModel(models.Model): zip_code =

Re: forloop variables without for

2007-07-19 Thread Marc Garcia
AIL PROTECTED]> wrote: > Try {{ images.0.image }} > > Sean > > On Jul 19, 7:43 pm, Marc Garcia <[EMAIL PROTECTED]> wrote: > > > Hi! > > > In a project I get a set of images from a model, and then I display it > > on the template. In same template (but

forloop variables without for

2007-07-19 Thread Marc Garcia
Hi! In a project I get a set of images from a model, and then I display it on the template. In same template (but in another place), I just want to display first element of set, and number of objects given. Can I do it without adding those fields to views.py? I've found a way for doing first,

Re: is there any host servers that supports Django based sites?

2007-07-16 Thread Marc Garcia
Why not getting a VPS hosting (or a dedicated server) and install whatever you want? Then you can sell hosting to your customers if needed. PS: May be in 6-7 months there will be more offers fos django developers than for php :) On Jul 17, 12:01 am, SamFeltus <[EMAIL PROTECTED]> wrote: > Web