Re: Django/python free Training

2020-12-23 Thread Igbinyemi Adeboye Amos
t; https://groups.google.com/d/msgid/django-users/e426f173-42be-4f13-a9fa-a57dee769bb9n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/e426f173-42be-4f13-a9fa-a57dee769bb9n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Igbinyemi Adeboye Amo

Re: Exception

2020-11-05 Thread Igbinyemi Adeboye Amos
quot;C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socket.py", line 704, in readinto return self._sock.recv_into(b) ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine ConnectionAbortedError: [WinError 100

Re: Exception

2020-11-05 Thread Igbinyemi Adeboye Amos
Okay, thanks will post the content right now. On Thu, Nov 5, 2020 at 8:37 PM Kasper Laudrup wrote: > Hi Igbinyemi > > On 05/11/2020 16.24, Igbinyemi Adeboye Amos wrote: > > > > Please am having error > > I just change my database from the default to Mysql > >

Exception

2020-11-05 Thread Igbinyemi Adeboye Amos
Please am having error I just change my database from the default to Mysql And its now working perfectly but once the page is loaded it throws error on the terminal. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gr

Re: Slugify doesn't match pre-populated slug field.

2009-09-23 Thread Amos
Justin > > [1] > http://docs.djangoproject.com/en/dev/topics/db/models/#overriding-predefin > ed-model-methods > > On Sep 22, 4:17 pm, Amos wrote: > > I have an Admin form with a slugfield prepopulated from the name of the > > news item I'm creating. > > &

Slugify doesn't match pre-populated slug field.

2009-09-22 Thread Amos
field contains "new-story", but slugify generates "a-new-story" and hence my link doesn't point to the correct news story. Is there any way of ensuring that the two functions generate the same slug? Cheers Amos -- My Web Design Business --~--~-~--~~---

Re: Deploying Django tutorial part 4, redirecting problem, apache error

2009-02-10 Thread a...@amos-site.org.uk
Where exactly do you put this I'm guessing in the file, but a bit of context would be appreciated. On Jan 19, 7:17 am, Adam Yee wrote: > Success.  I added > > 'script_name': request.META['SCRIPT_NAME'] > > into the context of object_detail() in django's generic views > list_detail.py.  Here's th