equal
deleted
inserted
replaced
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 |