mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
10 years ago
2 changed files with 4 additions and 1 deletions
@ -1,3 +1,5 @@ |
|||||
from django.db import models |
from django.db import models |
||||
|
|
||||
# Create your models here. |
|
||||
|
class NivelInstrucao(models.Model): |
||||
|
nivel_instrucao = models.CharField(max_length=50) |
||||
|
Loading…
Reference in new issue