> I don't know much about Symfony, but as I understand what you are
> saying, the Django approach to achieving this would be to have
> multiple fixtures, one for each 'environment'.
This one was more of an off-topic comment. Environments in Symfony are about
settings, not about fixtures. You're able to set different settings for each
environment.
> If you want a more elaborate example, use ./manage.py dumpdata
> --format=yaml
What I get:
> [EMAIL PROTECTED] weblog]$ ./manage.py dumpdata --format=yaml
> Unknown serialization format: yaml
> Unable to serialize database: 'yaml'
> None
> [EMAIL PROTECTED] weblog]$
I've done a svn update to the trunk, just in case, and still...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---