Re: I am creating a project management app Each user has multiple projects and each project has a set of data When first logged in the user sees a list of all the projects only he created.i am able to

2019-12-15 Thread Dominick Del Ponte
xplaining detailViews. <https://www.youtube.com/watch?v=TrJtYmfTWiA> Dominick delponte.d...@gmail.com On Mon, Dec 16, 2019 at 4:07 PM Raviteja Reddy wrote: > I am creating a project management app Each user has multiple projects and > each project has a set of data When first logged in

Re: I am creating a project management app Each user has multiple projects and each project has a set of data When first logged in the user sees a list of all the projects only he created.i am able to

2019-12-15 Thread Raviteja Reddy
I am creating a project management app Each user has multiple projects and each project has a set of data When first logged in the user sees a list of all the projects only he created.i am able to do this. Then when clicked on the project the data related only to that project is to be shown

Re: I am creating a project management app Each user has multiple projects and each project has a set of data When first logged in the user sees a list of all the projects only he created.i am able to

2019-12-15 Thread Parth Joshi
Question is trimmed in the subject line. Can you paste it in description? > On 15-Dec-2019, at 10:50 PM, Raviteja Reddy wrote: > > https://groups.google.com/d/msgid/django-users/0ff70f63-df88-430a-ba3c-4b0273395999%40googlegroups.com > >

I am creating a project management app Each user has multiple projects and each project has a set of data When first logged in the user sees a list of all the projects only he created.i am able to do

2019-12-15 Thread Raviteja Reddy
class projectsmodel(models.Model): added_by = models.ForeignKey(settings.AUTH_USER_MODEL,null=True,blank=True,on_delete=models.SET_NULL) projects=models.CharField(max_length=300) def save_model(self,request,obj,form,change): obj.added_by=request.User super().save_mod

Re: What's the best way to implement project permissions in a project management app?

2010-10-05 Thread tracul
On Oct 5, 3:32 am, Stodge wrote: >  What's the best way to implement project permissions in a project > management app? Should I just create the concept of membership and > have a function is_member on the project model? You could create a group for each project , and include m

Re: What's the best way to implement project permissions in a project management app?

2010-10-05 Thread Stodge
t; Project B. I'll have to re-read django-todo's code when I have more > > time to see if they implement per group permissions. > > > On Oct 4, 9:03 pm, Mike Dewhirst wrote: > > > > On 5/10/2010 11:32am, Stodge wrote: > > > > >   What's the best wa

Re: What's the best way to implement project permissions in a project management app?

2010-10-05 Thread Godshall
t; > > >   What's the best way to implement project permissions in a project > > > management app? Should I just create the concept of membership and > > > have a function is_member on the project model? > > > Have a look at django-todo. A quick read the other day ind

Re: What's the best way to implement project permissions in a project management app?

2010-10-05 Thread Stodge
03 pm, Mike Dewhirst wrote: > On 5/10/2010 11:32am, Stodge wrote: > > >   What's the best way to implement project permissions in a project > > management app? Should I just create the concept of membership and > > have a function is_member on the project model? > >

Re: What's the best way to implement project permissions in a project management app?

2010-10-04 Thread Mike Dewhirst
On 5/10/2010 11:32am, Stodge wrote: What's the best way to implement project permissions in a project management app? Should I just create the concept of membership and have a function is_member on the project model? Have a look at django-todo. A quick read the other day indicated

What's the best way to implement project permissions in a project management app?

2010-10-04 Thread Stodge
What's the best way to implement project permissions in a project management app? Should I just create the concept of membership and have a function is_member on the project model? -- You received this message because you are subscribed to the Google Groups "Django users" gr

Announcing django-projector - django project management app with mercurial repositories support build-in

2010-09-05 Thread lukaszb
It took more time than I expected but there it is: project management with repositories support. So? What's in? Well, there is repository content browser, support for mercurial push/clone over http, simple issue tracker (which have to be revisited probably), members & teams, permissions etc. There

Re: project management app

2010-08-18 Thread piz...@gmail.com
Roberts wrote: hi all. I've foundhttp://code.google.com/p/django-project-management/out there as a project management app but have yet to install it and see what all it can do. Has anyone installed this and do you have an opinion on it? Is there anything else out there for project manageme

Re: project management app

2010-08-18 Thread tiemonster
PM, tiemonster wrote: > > > > > I was unable to get the code working. I'm developing a project > > management application for Django if you're interested in > > contributing. > > > On Aug 16, 2:27 pm, Bobby Roberts  wrote: > > >> hi all. >

Re: project management app

2010-08-17 Thread chris hendrix
27;ve foundhttp://code.google.com/p/django-project-management/out there as a project management app but have yet to install it and see what all it can do. Has anyone installed this and do you have an opinion on it? Is there anything else out there for project management? -- You re

Re: project management app

2010-08-17 Thread tiemonster
I was unable to get the code working. I'm developing a project management application for Django if you're interested in contributing. On Aug 16, 2:27 pm, Bobby Roberts wrote: > hi all. > > I've foundhttp://code.google.com/p/django-project-management/out > there as a

project management app suggestion

2010-08-17 Thread Bobby Roberts
hi all... there have been posts in the past about project management apps but all of the threads seem dated by quite a bit. I am wondering if there is any project management (ie like basecamp) app out there that can be easily installed in the django /admin. Please let me know if you know of anyth

project management app

2010-08-16 Thread Bobby Roberts
hi all. I've found http://code.google.com/p/django-project-management/ out there as a project management app but have yet to install it and see what all it can do. Has anyone installed this and do you have an opinion on it? Is there anything else out there for project management? --

Re: Django Project Management App

2009-12-30 Thread Gour
On Fri, 11 Sep 2009 08:26:02 +0200 >> "Petar" == Petar Radosevic wrote: Hello Petar, Petar> The coincidence is that we just created a invoice/quote admin Petar> application for Django. I'm still writing a blog post about it. Petar> But you can see it here: Petar> Petar> http://bitbucket.o

Re: Django Project Management App

2009-09-13 Thread Greg Brown
schrieb: >> Hi all, >> >> Since I started with django a year or so ago, I've been gradually >> building a very simple project management app for myself - it started >> as a project to learn the language but has evolved into a very useful >> tool, handling al

Re: Django Project Management App

2009-09-11 Thread Thomas Guettler
Greg schrieb: > Hi all, > > Since I started with django a year or so ago, I've been gradually > building a very simple project management app for myself - it started > as a project to learn the language but has evolved into a very useful > tool, handling all my timetracki

Re: Django Project Management App

2009-09-10 Thread Petar Radosevic
Hi Greg, > I'm wondering if it would be worth open sourcing it? I think it's always worthwhile to open-source software when there aren't any other solutions in that area. The coincidence is that we just created a invoice/quote admin application for Django. I'm still writing a blog post about

Re: Django Project Management App

2009-09-10 Thread Mike Dewhirst
Greg wrote: > Hi all, > > Since I started with django a year or so ago, I've been gradually > building a very simple project management app for myself - it started > as a project to learn the language but has evolved into a very useful > tool, handling all my timetracki

Django Project Management App

2009-09-10 Thread Greg
Hi all, Since I started with django a year or so ago, I've been gradually building a very simple project management app for myself - it started as a project to learn the language but has evolved into a very useful tool, handling all my timetracking, task management and invoicing. I'm

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

Project Management App

2008-07-07 Thread Chris Hoeppner
Hey there! I wonder if anyone knows if there's an app resembling ActiveCollab (or Basecamp, for illustration's sake) that I could plug into a django project. If not, would it be a worthy project with an audience? Chris --~--~-~--~~~---~--~~ You received this