http://www.forumgogo.com     More powerful than the phpbb
This is a great site that is completely free, and can make some cool
forums, here's an example of one, you can make your own topic, polls,
and replies etc, and you can have an accout for every member. This
next link is an example of a forum made from invisionfree.

On 4月13日, 上午5时17分, Tyson Tate <[EMAIL PROTECTED]> wrote:
> I ran a JSON dump on one of my models and got the following:
>
> --
> $ python manage.py dumpdata databases
> [{"pk": "3", "model": "databases.subject", "fields": {"slug": "boom",  
> "title": "Boom"}}, {"pk": "2", "model": "databases.subject",  
> "fields": {"slug": "more-testing", "title": "More Testing"}}, {"pk":  
> "1", "model": "databases.subject", "fields": {"slug": "test",  
> "title": "Test"}}]
> --
>
> When I try to load this dump (as "subjects.json") in to a freshly  
> created database, I get the following error:
>
> --
> $ python manage.py loaddata subjects.json
> Loading 'subjects' fixtures...
> Installing json fixture 'subjects' from '/Users/ttate/Desktop/
> datagenie2/../datagenie2/apps/databases/fixtures'.
> Problem installing fixture '/Users/ttate/Desktop/datagenie2/../
> datagenie2/apps/databases/fixtures/subjects.json': Expecting property  
> name: line 2 column 1 (char 3)
> --
>
> The mailing list archives and bug database don't have any clues. I've  
> created #4026 to track this.
>
> Any ideas here on the list? I know fixtures are a bit new, so  
> hopefully this is just a minor issue.
>
> Thanks in advance, of course!
>
> -Tyson


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [EMAIL PROTECTED]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to