mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 03:23:17 +02:00
App documentos añadida
This commit is contained in:
parent
ec44ae2e46
commit
a3c2b37577
1 changed files with 8 additions and 4 deletions
|
|
@ -8,18 +8,22 @@ class Documento(models.Model):
|
|||
CATEGORIAS = (
|
||||
('aerodinamica', 'Aerodinámica'),
|
||||
('chasis', 'Chasis'),
|
||||
('suspension', 'Suspensión'),
|
||||
('motor', 'Motor/Powertrain'),
|
||||
('business', 'Business & Operations'),
|
||||
('epowertrain', 'E-Powertrain'),
|
||||
('electronica', 'Electrónica'),
|
||||
('sdf', 'SDF'),
|
||||
('motor_transmision', 'Motor & Transmisión'),
|
||||
('software', 'Software'),
|
||||
('normativa', 'General / Normativa'),
|
||||
('software', 'Software')
|
||||
)
|
||||
|
||||
TIPO_DOC = (
|
||||
('fabricacion', 'Fabricación'),
|
||||
('diseno', 'Diseño / CAD'),
|
||||
('concepto', 'Concepto'),
|
||||
('simulacion', 'Simulación'),
|
||||
('informe', 'Informe Técnico'),
|
||||
('factura', 'Factura / Presupuesto'),
|
||||
('tutorial', 'Tutorial'),
|
||||
('otro', 'Otro'),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue