Primera versión
parents
Showing
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/educaIAProject-alex.iml
0 → 100644
.idea/educaIAProject.iml
0 → 100644
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
educaIAApp/__init__.py
0 → 100644
educaIAApp/admin.py
0 → 100644
educaIAApp/apps.py
0 → 100644
educaIAApp/migrations/0001_initial.py
0 → 100644
educaIAApp/migrations/0002_initial.py
0 → 100644
educaIAApp/migrations/0003_delete_usuario.py
0 → 100644
educaIAApp/migrations/0004_conocimiento.py
0 → 100644
educaIAApp/migrations/0006_prompting.py
0 → 100644
educaIAApp/migrations/__init__.py
0 → 100644
educaIAApp/models.py
0 → 100644
educaIAApp/static/educaIAApp/logo/delete.png
0 → 100644
808 Bytes
15.4 KB
educaIAApp/static/educaIAApp/logo/logout.png
0 → 100644
933 Bytes
educaIAApp/static/educaIAApp/logo/user.png
0 → 100644
7.01 KB
educaIAApp/static/educaIAApp/scripts/chat.js
0 → 100644
educaIAApp/templates/educaIAApp/chat.html
0 → 100644
educaIAApp/templates/educaIAApp/edit.html
0 → 100644
educaIAApp/templates/educaIAApp/inicio.html
0 → 100644
educaIAApp/templates/educaIAApp/prompt.html
0 → 100644
educaIAApp/tests.py
0 → 100644
educaIAApp/urls.py
0 → 100644
educaIAApp/views.py
0 → 100644
educaIAProject/__init__.py
0 → 100644
educaIAProject/asgi.py
0 → 100644
educaIAProject/settings.py
0 → 100644
educaIAProject/urls.py
0 → 100644
educaIAProject/wsgi.py
0 → 100644
manage.py
0 → 100644
media/descarga.jpeg
0 → 100644
6.26 KB
media/user.png
0 → 100644
7.01 KB
users/__init__.py
0 → 100644
users/admin.py
0 → 100644
users/apps.py
0 → 100644
users/forms.py
0 → 100644
users/migrations/0001_initial.py
0 → 100644
users/migrations/__init__.py
0 → 100644
users/models.py
0 → 100644
users/templates/login/login.html
0 → 100644
users/templates/registro/confirmacion.html
0 → 100644
users/templates/registro/registro.html
0 → 100644
users/templates/usuario.html
0 → 100644
users/tests.py
0 → 100644
users/urls.py
0 → 100644
users/views.py
0 → 100644