Does Pylons (or SQLAlchemy in particular) have a method to load initial data? Looking for something like what Django offers: http://docs.djangoproject.com/en/1.1/howto/initial-data/#howto-initial-data
Should this be dealt with in Pylons via the setup_app()? If so can someone possible point my into a direction what the recommended way is to initiate a app with a more-than-the-usual-test-data amount of initial data (various tables, summing up to ~100 MB of raw SQL data). Thanks in advance, Thijs -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
