Simplest way to do this?

2009-02-23 Thread Kevin Audleman
Hello, I am using the excellent django-profiles module provided by Ubernostrum which gives my site the following views: - list members - view member - edit member The module handles all of the views and urls so basically all I had to do was write templates and put a slug into my urls.py. The r

Re: Simplest way to do this?

2009-02-23 Thread Daniel Roseman
On Feb 23, 7:19 pm, Kevin Audleman wrote: > Hello, > > I am using the excellent django-profiles module provided by > Ubernostrum which gives my site the following views: > > - list members > - view member > - edit member > > The module handles all of the views and urls so basically all I had to >

Re: Simplest way to do this?

2009-02-23 Thread Kevin Audleman
Great idea, I'll do that. Thanks! Kevin On Feb 23, 11:30 am, Daniel Roseman wrote: > On Feb 23, 7:19 pm, Kevin Audleman wrote: > > > > > Hello, > > > I am using the excellent django-profiles module provided by > > Ubernostrum which gives my site the following views: > > > - list members > > -