source: modelado_topicos/procesamiento/models.py @ dba583e

v1.0
Last change on this file since dba583e was 0adbe8b, checked in by rudmanmrrod <rudman22@…>, 7 años ago

Agregado pre-procesamiento vía web

  • Propiedad mode establecida a 100644
File size: 98 octetos
Línea 
1from __future__ import unicode_literals
2
3from django.db import models
4
5# Create your models here.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.