mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Inicio del Django y base de datos
This commit is contained in:
parent
57494f02e5
commit
0e0c8d7d1b
66 changed files with 647 additions and 69 deletions
5
Plataform_Web/documentos/apps.py
Normal file
5
Plataform_Web/documentos/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DocumentosConfig(AppConfig):
|
||||
name = 'documentos'
|
||||
Loading…
Add table
Add a link
Reference in a new issue