jpartogi / django-wmd-editor

Pluggable wmd editor wrapper for django apps
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

urls.py does not exist... #17

Closed mhulse closed 13 years ago

mhulse commented 13 years ago

Hello,

Thanks for sharing this code, I am looking forward to using it. :)

I am probably missing something really obvious here, but where is wmd/urls.py?

The docs say to add this to the main urls.py:

(r'^wmd/', include('wmd.urls')),

But wmd.urls does not exist.

Does collectstatic create a urls.py file? I am running Django 1.2, so I do not have collectstatic capabilities.

Thanks so much!

Cheers, Micky

mhulse commented 13 years ago

Ah, it appears to be a documentation problem... There are no views in views.py, so there is no reason to point to a non-existent urls.py file!

I think the installation docs need to be modified:

Remove the line that says:

"Add the urls to your urls.py:"

Thanks! Micky