I have instelled django-cms application under lib folder of my python2.6 and I've created symbolic link to my media folder to cms media folder. I can add cms pages in my admin panel but when I tried to see this page on website its say CMS page not found. I dont know where I am doing wrong. Any help would be great help. Thanks asked 22 Oct '10, 11:44 Rizwan Mansuri
showing 5 of 9
show 4 more comments
|
what URL are you getting, and what should the URL be?
I'm just checking this page from admin panel to see preview but its returning just templates without any content in it.
I do have code in templates says {% placeholder 'content' %} seems returning nothing in it.
I still not reached to which url I should use to fetch this CMS pages from domain. I presume it should be http://domain/slugname_of_page/ but at the moment its returning 404 error.
Many Thanks
Do you have the CMS catch all at the bottom of your urls.py?
We just ran through a quick test install and finally got it working, but I'm not really sure how or why this helped.
Our test install also showed the same 404 for every URL, but as soon as we made sure MEDIA_URL was correctly set everything just started working.
So, is MEDIA_URL correctly set in your settings.py?
wht did you set in media_url at the moment its blank string.
On our test site, we set it to the root of the domain, eg
MEDIA_URL = 'http://domain.com/'
.It's seems rendering now but My content is not there in templates. although I am having code {% placeholder content %} in my template. to be more clear i have {% load cms_tags %} on top too
Do you have a URL where we can see the problem you're having? If you'd rather not share that here, feel free to open a support ticket.
Ok I do that now