upload_doc = models.FileField(upload_to 'documents')
 
^

On Jan 25, 3:54 pm, Krondaj <c.d.smi...@gmail.com> wrote:
> in my model i'm using:
>
> from django.db import models, datetime, MEDIA_ROOT
>
> class RrsForm(models.Model):
> #....
>
>     upload_doc = models.FileField(upload_to 'documents')
>
> I get this error when I run (before running syncdb):
>
> python manage.py sql rrs
>
> I get:
>
>   File "/home/chrissmith/Dcode/rrws/rrs/models.py", line 36
>     upload_doc = models.FileField(upload_to 'documents')
>
> ^
> SyntaxError: invalid syntax
>
> any idea's what's up?

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to