X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FAccessors%2FAccessors_site.py;h=7955395403d99b68532fc20ae396d698cc596566;hb=e7683305e18b4d636e8bb642e1353bca5749e59d;hp=11fad2315c6c47e21f3bee8ee988a8cfee8143a3;hpb=e085d19501505f72a95addbd4b099e8940505436;p=plcapi.git diff --git a/PLC/Accessors/Accessors_site.py b/PLC/Accessors/Accessors_site.py index 11fad23..7955395 100644 --- a/PLC/Accessors/Accessors_site.py +++ b/PLC/Accessors/Accessors_site.py @@ -4,6 +4,18 @@ # Accessors_site.py is the place where you can define your own local tag accessors # this will not be overwritten through rpm upgrades # +# to ensure creation of new tag_types, just run +# service plc start accessors +# also for the running service to take the new accessors into account, you need to +# apachectl restart +# or to stay on the safe side, simply do +# service plc restart +# +# please note however that if a tag_type already exists in the DB, then +# changing the corresponding accessors creation code WILL NOT alter the +# tag_type in the DB; that applies to roles and other desc. or categ. +# you will thus need to apply them manually +# # Now that Sites are taggable too, the name may be confusing, think of is as # Accessors_local.py #