mirror of https://github.com/interlegis/sapl.git
104 changed files with 412 additions and 2 deletions
@ -0,0 +1 @@ |
|||
Copyright (c) 2016 Interlegis, Senado Federal |
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'base.apps.BaseAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'comissoes.apps.ComissoesAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'lexml.apps.LexmlAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'materia.apps.MateriaAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'norma.apps.NormaAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
# from django.contrib import admin |
|||
|
|||
# Register your models here. |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
# from django.test import TestCase |
|||
|
|||
# Create your tests here. |
|||
|
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'parlamentares.apps.ParlamentaresAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'protocoloadm.apps.ProtocoloadmAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
# from django.contrib import admin |
|||
|
|||
# Register your models here. |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
# from django.db import models |
|||
|
|||
# Create your models here. |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
# from django.test import TestCase |
|||
|
|||
# Create your tests here. |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
@ -1 +1,5 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
default_app_config = 'sessao.apps.SessaoAppConfig' |
|||
|
|||
@ -1,3 +1,7 @@ |
|||
""" |
|||
This file is part of SAPL. |
|||
Copyright (C) 2016 Interlegis |
|||
""" |
|||
from sapl.utils import register_all_models_in_admin |
|||
|
|||
register_all_models_in_admin(__name__) |
|||
|
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue