src/source/howto-rename.rst
branchdoc-dc
changeset 97 9783741e866d
parent 89 d018bfffa7ca
child 104 942151432421
equal deleted inserted replaced
96:8e05d726d4ad 97:9783741e866d
     1 .. _renamehowto:
     1 .. _renamehowto:
     2 
     2 
     3 
     3 
     4 How to rename classes of existing objects
     4 How to rename classes of existing objects ?
     5 =========================================
     5 ===========================================
     6 
     6 
     7 
     7 
     8 When you develop new features to PyAMS we sometimes have to rename or modify classes of already stored objects if you do
     8 PyAMS provides `zodbupdate` script to update easily update the change in ZODB. Because, when you develop new features
     9 that you will never access yours objects. But PyAMS provides `zodbupdate` script to update easily update the change in ZODB.
     9 to PyAMS we sometimes have to rename or modify classes of already stored objects and if you do that you will never access
       
    10 yours objects
    10 
    11 
    11 
    12 
    12 **1) Include you package in the require resource for you webapp**
    13 **1) Include you package in the require resource for you webapp**
    13 
    14 
    14 
    15