TurboGears / tg2docs

TurboGears 2.x Docs repository
15 stars 16 forks source link

TurboGears 2 Upgrade Guide for TurboGears 1.0 Users #3

Open pedersen opened 12 years ago

pedersen commented 12 years ago

This issue existed in Trac. The original can be viewed at http://trac.turbogears.org/ticket/1423

This issue existed on SourceForge. The original can be viewed at https://sourceforge.net/p/turbogears2/tickets/6

pedersen commented 12 years ago

Original Author: pedersen, Original Timestamp: 2011-03-10 02:42:00.450000

Original Body: Keep notes and discussions about Upgrade Guide for TurboGears 1.0 Users::

  1. significant changes
    • cherrypy -> pylons
    • tg-admin -> paster
  2. project layout changes
    • controllers.py -> move to controllers/root.py
    • static -> public
      • static file urls: /static -> /
    • templates/ -> templates/
      • kid -> genshi, check for 1.0->1.1 guide
    • model.py -> model/model.py
      • tg-admin sql create -> ?
    • dev.ini -> develop.ini
    • config/config.ini -> config/environments and middleware.py
  3. function changes
    • turbogears.config.get("sqlalchemy.dburi") -> pylons.configsqlalchemy.dburi

Even though the document needs more substance everything mentioned here is at http://turbogears.org/2.0/docs/main/WhatsNew.html maybe this should be moved to it's own page, and we should provide something like http://pythonpaste.org/webob/differences.html or maybe we could just upgrade the webob page and link there.


initial draft here http://docs.turbogears.org/2.0/RoughDocs/1.1Migration


I'll finish my guide soon TM, but we need a bigger task which I can't really work on right now.

pedersen commented 12 years ago

Original Author: pedersen, Original Timestamp: 2012-08-24 01:33:09.006000

Original Body: - version: 2.1.0 --> 2.1.5