that means your image isn't in the good directory
go to this link.you will see there all details for static files
https://docs.djangoproject.com/en/2.0/howto/static-files/
you most configure your project before manipulating images
--
You received this message because you are subscribed to the
you must replace the
> path('polls/',include(polls.
> urls)),
>
by
path('polls/',include("polls.
urls")),
because the polls is not a variable,it is a name of application
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from thi
> import whois
>
>
> class Domains(models.Model):
> domainname = models.CharField(max_length=200, blank=True)
> domainuser = models.ForeignKey(User, on_delete=models.CASCADE)
> details = whois.whois(domainname)
> w = str(details.expiration_date)
> domainwhois = models.DateFie
hello. first you need to be with the documentation. It is your best freind
clic here to go there
https://docs.djangoproject.com/fr/2.0/intro/
https://docs.djangoproject.com/en/2.0/
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubs
4 matches
Mail list logo