Working with the Django Filebrowser and TinyMCE I have just spent quite a while with an utterly frustrating problem. I want to set all my my inserted image paths to absolute e.g. /media/uploads/someimge.jpg – in TinyMCE the way to do this is to set “convert_urls”: false The relevant part of my settings.py file looked like [...]
Posts under ‘Django’
Flirting with Django – part 3 – setting plural model names in admin
This is probably a bit obvious to any experienced Django user, but it took me a bit of digging to find. In Django when you create a model to use the automatic admin interface you have to add it to the admin.py file. Here is an example which only includes a ‘news’ model: 1 2 [...]
Flirting with Django – part 2
Just a quick post. I’ve been on holiday and I’ve been quite busy with various other things like setting myself up as full blown freelancer (dedicated website powered by Django coming soon)(anybody need a website?) and tweaking my new business directory website, so i haven’t had a chance to do too much. In my previous [...]
Flirting with Django – part 1
Right now I’ve got a bit of time on my hands and I am slowly catching up with bits and pieces that I have been meaning to do for years. I have also decided to broaden my horizons and learn some Python and Java. Why Python and Java? Well its simple really; I think Java [...]

