Thanks for reply. > > There are a few things wrong here. Firstly, setting your MEDIA_URL to > the same as your MEDIA_ROOT is almost certainly the wrong thing to do. > MEDIA_URL is, as the name says, a URL - ie the path that your web > server serves your media at. This is unlikely to have the word 'home' > in it anyway, or at least it shouldn't.
Since im using built-in development server, i dont think this is a problem? Its just a folder to show as media url and as long as its written correctly, it should work? > > Secondly, you don't seem to actually have any media paths set up in > your urls.py. If you're using the built-in development server, you > need to tell it to serve assets, as explained in the documentation > here:http://docs.djangoproject.com/en/dev/howto/static-files/ Thanks. Thats probably what i needed. Ill look into it. Still.. it looks like that i should do what ive been putting off for a while - install apache, mysql and so on and stop using sqlite3 and built-in development server. Thanks again. > > Thirdly, urls.py is case-sensitive - so 'tinymce' and 'tinyMCE' are > not the same. Choose one and stick to it. the tinyMCE path is just a file path that leads to .js file, that is only beeing used by actual webpage. tinymce widgets and other stuff are in different folders on pythonpath. > -- > DR. Alan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---