projects
/
invirt/packages/invirt-database.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
669460d
)
Don't forget to export the new admin-related variables.
0.2.1
author
Evan Broder
<broder@mit.edu>
Sat, 28 Feb 2009 01:51:27 +0000
(20:51 -0500)
committer
Evan Broder
<broder@mit.edu>
Sat, 28 Feb 2009 01:51:27 +0000
(20:51 -0500)
svn path=/trunk/packages/invirt-database/; revision=2225
python/database/models.py
patch
|
blob
|
history
diff --git
a/python/database/models.py
b/python/database/models.py
index
ba23c6e
..
25d5f77
100644
(file)
--- a/
python/database/models.py
+++ b/
python/database/models.py
@@
-19,6
+19,7
@@
__all__ = ['meta',
'mirrors_table',
'autoinstalls_table',
'owners_table',
+ 'admins_table',
'Machine',
'MachineAccess',
'NIC',
@@
-28,6
+29,7
@@
__all__ = ['meta',
'Mirror',
'Autoinstall',
'Owner',
+ 'Admin',
'or_',
]