[gen] Now it is possible to index and search Ref fields.
This commit is contained in:
parent
bdaf1b4bbd
commit
5f530d9f9e
8 changed files with 78 additions and 17 deletions
|
@ -250,7 +250,6 @@ class ZopeInstaller:
|
|||
|
||||
# Create the admin user if it does not exist.
|
||||
if not appyTool.count('User', noSecurity=True, login='admin'):
|
||||
print 'No admin!'
|
||||
appyTool.create('users', noSecurity=True, login='admin',
|
||||
password1='admin', password2='admin',
|
||||
email='admin@appyframework.org', roles=['Manager'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue