website settings

This commit is contained in:
Anand Doshi 2012-02-13 17:56:59 +05:30
parent 945b3c4680
commit e8928b8bff
2 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@ import patches.jan_mar_2012.website.login
import patches.jan_mar_2012.website.feed
import patches.jan_mar_2012.website.website
import patches.jan_mar_2012.website.cleanups
import patches.jan_mar_2012.website.domain_list
def execute():
patches.jan_mar_2012.website.login.execute()
patches.jan_mar_2012.website.feed.execute()
patches.jan_mar_2012.website.website.execute()
patches.jan_mar_2012.website.cleanups.execute()
patches.jan_mar_2012.website.domain_list.execute()

View File

@ -151,7 +151,7 @@ class DocType:
for d in def_args.keys():
ma_obj.doc.fields[d] = def_args[d]
ma_obj.doc.save()
ma_obj.update_cp()
ma_obj.on_update()
# Set Control Panel Defaults