<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=338168267432629&amp;ev=PageView&amp;noscript=1">

Get notified about the latest in Tech

Be the first to know about new tech from the experts at Bixly!

Programming

Django Unit Testing with Vim

The last post we’ve shared included setting up & using Vim for Python/Django-related development. I’ll assume throughout the guide that you’ve been...

Programming

Django-tinymce in Django’s Admin App

In our previous post, we discussed Django-tinymce, a JavaScript WYSIWYG editor that converts an HTML textarea field into an editor instance. Again,...

Programming

Django-tinymce options and plugins

In our previous post, we discussed Django-tinymce, a JavaScript WYSIWYG editor that converts an HTML textarea field into an editor instance. Again,...

Programming

Django-tinymce: A WYSIWYG editor for Django

TinyMCE is a JavaScript WYSIWYG editor that converts an HTML textarea field into an editor instance. django-tinymce is a Django application that...