[Fedora Project Wiki] Update of "Docs/Beats/WebServers" by ToshioKuratomi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by ToshioKuratomi:
http://fedoraproject.org/wiki/Docs/Beats/WebServers?action=diff&rev2=47&rev1=46

The comment on the change is:
Fix release notes for TurboGears :-(

------------------------------------------------------------------------------
  
  === TurboGears Applications ===
  
- SQLAlchemy has been updated to 0.4.x.  TurboGears Applications developed using SQLAlchemy for their database layer will need to update their startup scripts.  Instead of:
+ The main !CherryPy package has been updated to 3.x.  A compatibility package for !TurboGears applications has been created: python-cherrypy2.  !TurboGears applications created before this change may need to update their startup scripts.  Instead of:
  {{{
  import pkg_resources
  pkg_resources.require('TurboGears')
  }}}
  the start script needs to have:
  {{{
- __requires__ = 'TurboGears[future]'
+ __requires__ = 'TurboGears'
+ # or __requires__ = 'TurboGears[future]' if sqlalchemy is being used.
  import pkg_resources
  }}}
+ 
  
  
  === Drupal ===

--
Fedora-relnotes-content mailing list
Fedora-relnotes-content@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-relnotes-content

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Gnome Users]     [KDE Users]

  Powered by Linux