Hi, Does anyone here maintain a Django project codebase that gets deployed to Google App Engine, *and* to standalone targets like fast_cgi or something similar?
If so, what are the best practices for managing the different model types? Is there an easy way to switch between the 2 (i.e. with a variable in settings), so that code management is easier? I'm thinking of writing a parser script to generate 2 different sets of model files for GAE and standard Django (models.Model) models, from a standard format (my own!) (so 1 file, with DB definitions, for code management). Anyone have a better approach, or has this been done already (and I'm just missing the necessary Google skills)? Cheers, in advance, for any pointers. .cg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---