mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
7 years ago
2 changed files with 6 additions and 3 deletions
@ -1,3 +1,6 @@ |
|||||
from sapl.utils import register_all_models_in_admin |
from sapl.utils import register_all_models_in_admin |
||||
|
|
||||
register_all_models_in_admin(__name__) |
register_all_models_in_admin(__name__, exclude_list=['timestamp', |
||||
|
'data', |
||||
|
'hora', |
||||
|
'timestamp_anulacao']) |
||||
|
Loading…
Reference in new issue