Re: open source project management app that uses django?

2008-12-04 Thread Margie
Ok - forget it - I figured it out! I found the django pages on how to serve static files and that showed me what I need to know and it looks great now. On Dec 4, 12:54 pm, Margie <[EMAIL PROTECTED]> wrote: > Ok - this is very useful!  It is just great to see a "real" app that > does something sim

Re: open source project management app that uses django?

2008-12-04 Thread Margie
Ok - this is very useful! It is just great to see a "real" app that does something similar to what I want. The code looks very nice and seems simple to understand. I have downloaded it and integrated into my little play django application, but I have one problem. In the README it says: 6. In

Re: open source project management app that uses django?

2008-12-04 Thread maeck
You can use the standard css from the admin for your both the admin pages as the custom reports. Just load the admin css and follow the same html. Works for me. Maeck On Dec 4, 12:04 am, Margie <[EMAIL PROTECTED]> wrote: > Thanks - yes, that is pretty much the approach I am planning to take, >

Re: open source project management app that uses django?

2008-12-04 Thread Kenneth Gonsalves
On Thursday 04 Dec 2008 4:22:15 pm Horst Gutmann wrote: > Grrr again linebreaks > this worked: svn checkout http://jutda-helpdesk.googlecode.com/svn/trunk/ jutda -- regards KG http://lawgon.livejournal.com --~--~-~--~~-

Re: open source project management app that uses django?

2008-12-04 Thread Horst Gutmann
Grrr again linebreaks On Thu, Dec 4, 2008 at 11:51 AM, Horst Gutmann <[EMAIL PROTECTED]> wrote: > Looks like you got hit by some evil linebreaks :-) > > svn checkout http://jutda-helpdesk.googlecode.com/svn/trunk/ > jutda-helpdesk-read

Re: open source project management app that uses django?

2008-12-04 Thread Horst Gutmann
Looks like you got hit by some evil linebreaks :-) svn checkout http://jutda-helpdesk.googlecode.com/svn/trunk/ jutda-helpdesk-read-only On Thu, Dec 4, 2008 at 11:40 AM, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On Thursday 04 Dec 2008 12:57:14 pm Hanny Wibisono wrote: >> http://www.jutdahe

Re: open source project management app that uses django?

2008-12-04 Thread Kenneth Gonsalves
On Thursday 04 Dec 2008 12:57:14 pm Hanny Wibisono wrote: > http://www.jutdahelpdesk.com/ I get this error: [EMAIL PROTECTED] ~]$ svn checkout http://jutda-helpdesk.googlecode.com/svn/trunk/jutda-helpdesk-read-only jutda svn: URL 'http://jutda-helpdesk.googlecode.com/svn/trunk/jutda-helpdesk-re

RE: open source project management app that uses django?

2008-12-04 Thread Hanny Wibisono
http://www.jutdahelpdesk.com/ -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Margie Hi everyone, I would like to create a django project managment web app to be used internally in my company. I am a software developer, but have little exp

Re: open source project management app that uses django?

2008-12-04 Thread Margie
Thanks - yes, that is pretty much the approach I am planning to take, but I just figured I'd see if there was anything interesting out there that would give me a spiffy look and feel for the reporting pages. One thing that I find confusing is how to come up with a color scheme. I know that seems

Re: open source project management app that uses django?

2008-12-03 Thread maeck
Margie, If you can think up a decent model, you might be able to setup the core of the project management application in the Django contrib.admin module. Development will go fast as long as you can stay with standard CRUD pages. The admin model will also give you the user security hooks necessary

open source project management app that uses django?

2008-12-03 Thread Margie
Hi everyone, I would like to create a django project managment web app to be used internally in my company. I am a software developer, but have little experience with web apps other than my recent work going through the sams django tutorial book. I'm wondering if anyone knows of any open source