Browse Source

Add remaining sapl apps

pull/6/head
Marcio Mazza 10 years ago
parent
commit
1cfd229459
  1. 0
      comissoes/__init__.py
  2. 3
      comissoes/admin.py
  3. 0
      comissoes/migrations/__init__.py
  4. 3
      comissoes/models.py
  5. 3
      comissoes/tests.py
  6. 3
      comissoes/views.py
  7. 0
      lexml/__init__.py
  8. 3
      lexml/admin.py
  9. 0
      lexml/migrations/__init__.py
  10. 3
      lexml/models.py
  11. 3
      lexml/tests.py
  12. 3
      lexml/views.py
  13. 0
      materia/__init__.py
  14. 3
      materia/admin.py
  15. 0
      materia/migrations/__init__.py
  16. 3
      materia/models.py
  17. 3
      materia/tests.py
  18. 3
      materia/views.py
  19. 0
      mesa/__init__.py
  20. 3
      mesa/admin.py
  21. 0
      mesa/migrations/__init__.py
  22. 3
      mesa/models.py
  23. 3
      mesa/tests.py
  24. 3
      mesa/views.py
  25. 0
      norma/__init__.py
  26. 3
      norma/admin.py
  27. 0
      norma/migrations/__init__.py
  28. 3
      norma/models.py
  29. 3
      norma/tests.py
  30. 3
      norma/views.py
  31. 0
      protocoloadm/__init__.py
  32. 3
      protocoloadm/admin.py
  33. 0
      protocoloadm/migrations/__init__.py
  34. 3
      protocoloadm/models.py
  35. 3
      protocoloadm/tests.py
  36. 3
      protocoloadm/views.py
  37. 0
      sessao/__init__.py
  38. 3
      sessao/admin.py
  39. 0
      sessao/migrations/__init__.py
  40. 3
      sessao/models.py
  41. 3
      sessao/tests.py
  42. 3
      sessao/views.py

0
comissoes/__init__.py

3
comissoes/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
comissoes/migrations/__init__.py

3
comissoes/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
comissoes/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
comissoes/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

0
lexml/__init__.py

3
lexml/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
lexml/migrations/__init__.py

3
lexml/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
lexml/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
lexml/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

0
materia/__init__.py

3
materia/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
materia/migrations/__init__.py

3
materia/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
materia/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
materia/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

0
mesa/__init__.py

3
mesa/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
mesa/migrations/__init__.py

3
mesa/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
mesa/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
mesa/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

0
norma/__init__.py

3
norma/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
norma/migrations/__init__.py

3
norma/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
norma/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
norma/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

0
protocoloadm/__init__.py

3
protocoloadm/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
protocoloadm/migrations/__init__.py

3
protocoloadm/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
protocoloadm/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
protocoloadm/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

0
sessao/__init__.py

3
sessao/admin.py

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

0
sessao/migrations/__init__.py

3
sessao/models.py

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
sessao/tests.py

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
sessao/views.py

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.
Loading…
Cancel
Save