Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TurboGears 2 Upgrade Guide for TurboGears 1.0 Users #3

Open
pedersen opened this issue Sep 24, 2012 · 2 comments
Open

TurboGears 2 Upgrade Guide for TurboGears 1.0 Users #3

pedersen opened this issue Sep 24, 2012 · 2 comments

Comments

@pedersen
Copy link
Member

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
Copy link
Member Author

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
    
  1. 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
  1. 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
Copy link
Member Author

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

Original Body: - version: 2.1.0 --> 2.1.5

  • milestone: 2.2.0 --> 2.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant