Thanks Karen... that did the trick!
On Aug 25, 6:25 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Mon, Aug 25, 2008 at 12:39 PM, Briohny <[EMAIL PROTECTED]> wrote:
>
> > I'm using the Django-1.0-alpha_2 version and I'm trying to install the
> > photologue application. When i run my database sync it's coming up
> > with the following error:
>
> > File "C:\Documents and Settings\TR\Sample
> > > Projects\newsite\photologue\models.p
> > > y", line 95, in Gallery
> > > help_text='A "Slug" is a unique URL-friendly title for an object.')
> > > File
> > > "c:\python25\Lib\site-packages\django\db\models\fields\__init__.py",
> > > line
> > > 920, in __init__
> > > super(SlugField, self).__init__(*args, **kwargs)
> > > TypeError: __init__() got an unexpected keyword argument
> > 'prepopulate_from'
>
> > I think this may be due to the alpha version. Is there an easy fix or
> > should i just wait for the more stable version to be released?
>
> You're apparently using a version of photologue that was written to run on a
> version of Django from before newforms-admin was merged to trunk. Looking
> at the google code page for photologue and browsing its current svn code it
> is clear the current photologe code has been updated to work with current
> Django, so you need to get a more recent photologue. If they don't have a
> prepackaged version that works with current Django you may have to pull
> photologue directly from its svn repository.
>
> Karen- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---