OK thanks I changed and it worked, I appreciate your help
--jerry
On Sat, Apr 28, 2012 at 4:28 AM, Alagappan wrote:
> In your installed applications list you have mentioned 'search' as an
> application. But in your url pattern you are using 'cms.search'. Either use
> 'cms' as your installed app
Ok thanks I will give that a try.
--jerry
On Sat, Apr 28, 2012 at 4:28 AM, Alagappan wrote:
> In your installed applications list you have mentioned 'search' as an
> application. But in your url pattern you are using 'cms.search'. Either use
> 'cms' as your installed application or mention it
In your installed applications list you have mentioned 'search' as an
application. But in your url pattern you are using 'cms.search'. Either use
'cms' as your installed application or mention it as just
'search.views.search' in your url pattern.
I feel that should do the job.
Thanks,
Alagappan
Sorry hit the send button
http://dpaste.com/739184/
Here it is and thanks
--jerry
On Fri, Apr 27, 2012 at 6:46 AM, bruno desthuilliers <
bruno.desthuilli...@gmail.com> wrote:
> On Apr 27, 3:56 am, Gerald Klein wrote:
> > Hi, I am having a strange problem, I have a search module named 'search'
Environment:
Request Method: GET
Request URL: http://localhost/search/
Django Version: 1.4
Python Version: 2.7.3
Installed Applications:
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.stati
On Apr 27, 3:56 am, Gerald Klein wrote:
> Hi, I am having a strange problem, I have a search module named 'search'
> but Django states ;No module named search
full traceback please ?
> here is my url
>
> url(r'^search/$', 'cms.search.views.search'),
is the cms.search app in your settings.INSTAL
Hi, I am having a strange problem, I have a search module named 'search'
but Django states ;No module named search
here is my url
url(r'^search/$', 'cms.search.views.search'),
url physical is 'http://localhost/search/'
Any ideas?
thanks
--jerry
--
Gerald Klein**
Linux registered user #54
7 matches
Mail list logo