Django pluggable adressbook/mini-CRM?

2008-11-10 Thread Mikkel Høgh
Hi there, I'm working on a small time tracking app (http://github.com/mikl/djime/ tree/master – in case anyone is interested), and I'm looking to track time spent on clients, projects and tasks, and currently I'm on the lookout for some sort of address book or CRM that I could utilize instead of

Re: Django pluggable adressbook/mini-CRM?

2008-11-11 Thread Mikkel Høgh
r start a new project along these > lines. > > On Nov 10, 3:40 pm, Mikkel Høgh <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > I'm working on a small time tracking app (http://github.com/mikl/djime/ > > tree/master – in case anyone is interested), and I&

How to write to a FileField?

2008-12-10 Thread Mikkel Høgh
Ok, I've been looking all over the docs for a solution to this, but there's a lot of documentation for the FileField, just not on how to use it… I have a model that looks like this: class Import(models.Model): complete_data = models.FileField(upload_to='import_data/complete/ %Y/%m/') par

Re: How to write to a FileField?

2008-12-10 Thread Mikkel Høgh
That worked, thanks :) On Dec 10, 7:51 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > On Dec 10, 10:47 am, Mikkel Høgh <[EMAIL PROTECTED]> wrote: > > > > > Ok, I've been looking all over the docs for a solution to this, but > > there's a lot of docum

Re: Getting the right data to the template

2007-10-18 Thread Mikkel Høgh
Hmm, the codebrowse link does not seem to work, sadly. You should be able to browse the repository here: http://codebrowse.launchpad.net/~mikl/kaplan/kaplan.dev/files The models are located in kaplan/todo/models.py and kaplan/taxonomy/ models.py Kind regards, Mikkel Høgh

Getting the right data to the template

2007-10-18 Thread Mikkel Høgh
ckout instructions etc. here: https://code.launchpad.net/~mikl/kaplan/kaplan.dev Any input will be greatly appreciated. Kind regards, Mikkel Høgh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo

Re: Getting the right data to the template

2007-10-20 Thread Mikkel Høgh
what would I do without decentralised VCS.) Kind regards, Mikkel Høgh On Oct 19, 12:21 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-10-18 at 15:25 -0700, Mikkel Høgh wrote: > > I have a bit of a problem - I'm creating a GTD-focused task management > > ap

Strange UnicodeDecodeError in template

2007-11-05 Thread Mikkel Høgh
plan/kaplan.dev/files If anyone can figure this out, you will have my eternal gratitude Thanks to Magus- in #django for trying - if you are reading this, I changed the part you pointed out to use Django's slugify function instead of str().lower(), but that wasn't it, sadly.

Re: Strange UnicodeDecodeError in template

2007-11-06 Thread Mikkel Høgh
Thank you Karen, that was it. I wonder if this is a bug and should be reported... The origial error was an error in the {% cycle %}-tag... Kind regards, Mikkel Høgh On Nov 6, 2:58 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > It would appear the Django template code is