Closed SalahAdDin closed 9 years ago
Hi @SalahAdDin,
You're using a very outdated version of urls.py there. Since Wagtail 0.3, all of the sub-apps of Wagtail (embeds, images, redirects etc) are automatically registered under /admin (or whatever path you chose for wagtailadmin_urls), so there's no need to include them in your urls.py. (Also, the paths given here are only URL prefixes - there's no guarantee of an actual usable page at that location. For example, the 'embeds' app only adds views within '/admin/embeds/chooser/' - normally there would be no reason for a user to visit these directly.)
Please see https://github.com/torchbox/wagtail-template/blob/master/project_name/project_name/urls.py (or the file you get when running wagtail start projectname
on newer versions of Wagtail) for the correct format of urls.py.
Hi guys, i have the next urls.py file:
I have a problem with the next urls: /documents/, /embeds/, /images/, when i try go in this page the server say me that this page don't exists, documents and images is possible using /admin/, i don't know if this is normal, i belive not because i believed had seen the urls working, but, embeds don't works using /admin/ yet.
I try do this with users but i have a url improperly configured issue.
Thank you very much.