Anyone got any thoughts on this? Looking through things a little more this evening I've got about 24 files I've made some sort of modification to and to be honest it isn't anywhere near as bad as I'd initially thought.
Models - fine just inherit and add/override as necessary. Views - just wrap these in another view or rewrite dependent upon requirements Templates - shouldn't be a problem once I've configured local_settings.py Urls - whats the common wisdom on adding/removing/changing as required, looks like thisis just a list of tuples so should be relatively straightforward to add/remove but what about finding and replacing as required. Urls - Hmm any tips on this On Oct 7, 9:59 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi guys > > About a year ago I started looking at Satchmo (0.6 at the time) and > got working on a demo site straight away. > > At the time I pretty much rolled my sleeves up and got stuck in not > really giving much thought to upgrading in the future. As times gone > on I've hacked at Satchmo quite alot (templates, views and models) and > am beginning to feel a little uncomfortable at the thought of > upgrading. > > Before I begin upgrading I think its probably going to be the least > painful if I checkout a fresh copy of 0.6 diff the changes against my > current working copy unpick what I've done and then look at upgrading > to future versions of Satchmo. > > Whats the common wisdom on seperating things out to prevent this > happening again? > > - models -> custom apps and use inheritance to add additional fields > etc? > - views -> override view behaviour > - templates -> define alternative templates in local_settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
