Re: A Django Comic Site Issues

2008-12-29 Thread kmeta...@gmail.com
You may want to have a look at django-positions. http://code.google.com/p/django-positions/ It's easy to use and handles re-numbering automatically. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: A Django Comic Site Issues

2008-12-28 Thread tsop
Hello, Thanks for your reply Daniel, that along with setting ordering on the Comic model seems to have fixed it. Titus On Dec 28, 9:55 am, Daniel Roseman wrote: > On Dec 28, 5:35 am, tsop wrote: > > > > > Hey, > > I'm quite new to django but I

Re: A Django Comic Site Issues

2008-12-28 Thread Daniel Roseman
On Dec 28, 5:35 am, tsop wrote: > Hey, > I'm quite new to django but I ran into a small problem maybe someone > can shed some light onto: > > models.py > > class Comic(models.Model): >         title = models.CharField(max_length=80, help_text='Title of > comic.') >        

A Django Comic Site Issues

2008-12-28 Thread tsop
Hey, I'm quite new to django but I ran into a small problem maybe someone can shed some light onto: models.py class Comic(models.Model): title = models.CharField(max_length=80, help_text='Title of comic.') series = models.ForeignKey(ComicSeries, help_text='Which series comic