Agni:
No, no, the information is not enough. Could you give us exactly which is
your problem? you say that it is in a web environment, but what happens in
your local host ?
Gabriel Araya Garcia
GMI - Desarrollo de Sistemas Informáticos
El mié, 3 feb 2021 a las 15:41, Agni Venus ()
escribió:
>
data donot save anything when i input it from the website page.
my views.py code
from django.shortcuts import render
from django.core.files.storage import FileSystemStorage
from .models import profile
def home(request):
up=profile.objects.all()
return render(request, 'home.html' ,{ 'up':up })
2 matches
Mail list logo