Re: Not Found: / [06/Jun/2018 19:45:16] "GET / HTTP/1.1" 404 2027 Not Found: /favicon.ico

2018-06-06 Thread Sadialiou Diallo
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

Re: App not Defined - Getting Started

2018-06-05 Thread Sadialiou Diallo
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

Re: Django Model

2018-05-30 Thread Sadialiou Diallo
> 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

Re: I NEED HELP PLEASE

2018-03-22 Thread Sadialiou Diallo
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