Friday, 11 October 2013

Sublime text 3 sidebar collapse expand bug or folders missing (fix)

In the latest builds of Sublime Text 3 beta, the sidebar sometimes bugged itself. Either the folders are missing, or not expanding, or sometimes all the files are overlaped.

Workaround: In the menu, Click:
View -> Sidebar -> Show Open Files.
Restart Sublime.

Should work, but let's home the team fies the bug in the following revisions.

Happy coding!

Thursday, 10 October 2013

Django emails with html/txt templates

Django Templated Email is a tool which sends email in django with html/txt templates.

Features:

  • Html / Txt templates

  • Context variables

  • Current site (from sites framework) available in templates as {{ site }} variable


Installation and usage:


Run the following command inside your django's project directory