Re: issue in hosting https://www.pythonanywhere.com

2018-12-25 Thread ireoluwa fakeye
Hii atul , The problem you are facing is because you haven't added python anywhere to your allowed host in your settings.py .normally ,the only allowed host by default is your localhost. In order to solve this problem create a variable to hold the string 'www.pythonanywhere.com/yourappname'

Re: How to get datetime from server

2018-09-06 Thread ireoluwa fakeye
It's better you import from django.util On Thu, 6 Sep 2018, 17:08 Thiago Luiz Parolin, wrote: > Hi, > I am building a django system that prevent user from upload a file after a > date. > This date is setting using: > today = datetime.date.today() > > but if the user alters his computer date, he

Re: about createsuperuser

2018-09-06 Thread ireoluwa fakeye
Put /admin after 127.0.0.1 On Thu, 6 Sep 2018, 12:42 VIPIN VIPIN, wrote: > I had created a superuser successfully, but login webpage doesnot appear > on chrome. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this

Re: text editor

2018-09-03 Thread ireoluwa fakeye
Vs code On Sun, 2 Sep 2018, 06:41 sankar ardhas, wrote: > > Hi to all, > Which is the best editor for django framework in Ubuntu os > 18.04 > > Get Outlook for Android > > > > > On Sun, Sep 2, 2018 at 1:46 AM +0530, "RONAK JAIN" > wrote: > > Namaste !! >>

Re: Help with mi first hello world please problems with urls

2018-08-30 Thread ireoluwa fakeye
Why are you returning a string into the response ,there are different approaches to this . On Thu, 30 Aug 2018, 07:36 Anirudh choudhary, wrote: > if you understand English then use include() in your mysite.urls.py > which is in from django.urls import include > > On Wednesday, August 22, 2018

Re: django website hosting

2018-08-25 Thread ireoluwa fakeye
You can host on devices like python anywhere On Sat, 25 Aug 2018, 15:36 ERICK OMONDI AYARA, wrote: > I would like to host a django project onto a web domain but cant seem to > get around it. i cant also find the python setup on the SOFTWARE section of > my file manager. Is there a way to do

Re: template tag help please?

2018-08-23 Thread ireoluwa fakeye
Sorry didn't look at it well ,can I see a screen shot of your code On Thu, 23 Aug 2018, 14:10 Tosin Ayoola, wrote: > not properly routing my urls as in, i don't understand > > On Thu, Aug 23, 2018 at 2:06 PM ireoluwa fakeye wrote: > >> You Are not properly routing your url

Re: template tag help please?

2018-08-23 Thread ireoluwa fakeye
You Are not properly routing your urls On Thu, 23 Aug 2018, 14:03 Tosin Ayoola, wrote: > good day please i'm having issues, attached below is one of the error i'm > getting also ive been trying to add bootstrap glyphicon to my project but > it just display the text without the glyphicon, > >

Re: DEBUG=False but still "Starting development server" ?!

2018-08-15 Thread ireoluwa fakeye
anging `settings.DEBUG` to `False` should make it a production > server? > > On Wednesday, August 15, 2018 at 11:39:54 AM UTC-7, ireoluwa fakeye wrote: >> >> I'm confused on what the problem is .as long as it's a development >> server it will still show the above configu

Re: DEBUG=False but still "Starting development server" ?!

2018-08-15 Thread ireoluwa fakeye
I'm confused on what the problem is .as long as it's a development server it will still show the above configuration On Wed, 15 Aug 2018, 19:33 Richard Belew, wrote: > yup, restarted apache. still development(: > > On Wednesday, August 15, 2018 at 11:26:03 AM UTC-7, ireoluwa fak

Re: DEBUG=False but still "Starting development server" ?!

2018-08-15 Thread ireoluwa fakeye
You have to restart the application or restart the server as the case may be On Wed, 15 Aug 2018, 19:23 Richard Belew, wrote: > i've set DEBUG=False, and also echo its value at the end of my settings.py > file to confirm it's been set correctly. > Still I get: > > Django version 2.1, using

Re: Unexpected behavior with icontains in query filter

2018-08-11 Thread ireoluwa fakeye
The only reasonable explanation is Django sees only upper case inputs as being case sensitive .so inputting a lower case and specifying icontains wouldnt change anything .you could get your input from a form to confirm On Fri., 10 Aug. 2018, 18:06 Joel, wrote: > I'm trying to do a case

value error at dashboard did not return httpresponse

2018-08-05 Thread ireoluwa fakeye
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com.