Re: Django for Beginners Graphic illustration

2020-05-04 Thread Charles Thayer
This is great. My one suggestion is that it appears upside down. I think the request should start on the upper left and go down through the sites to apps. On Friday, May 1, 2020 at 5:37:08 AM UTC-7, Navneet wrote: > > Using the Polls app as an example used in Django for Beginners, I'm > putting

Re: GitHub migration done!

2012-05-11 Thread Charles McLaughlin
or using hg-git: https://bitbucket.org/django/django-hg-git I work for Bitbucket and I'll make sure the mirror is maintained. Regards, Charles -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send ema

RE: Help with loader error

2007-11-07 Thread Cornett, Charles
Gary, To mix metaphors, sometimes it takes a second pair of eyes to make the lightbulb go off. I'm not sure how that got in there but I had already deleted several instances of "untitled folder" from the file. I just didn't recognize the name in the error cod

Help with loader error

2007-11-06 Thread Charles
t; in find_template_source 60. raise ImproperlyConfigured, 'Module "%s" does not define a "%s" callable template source loader' % (module, attr) ImproperlyConfigured at /admin/ Module "django.template.loaders.filesystem&