File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ General settings
132132 only with ``compilestatic `` command (see below).
133133
134134Compiler specific settings
135- ================
135+ ==========================
136136
137137CoffeeScript
138138------------
@@ -192,3 +192,13 @@ source files and re-compile them on the fly. It can be handy if you use tools su
192192`LiveReload <http://livereload.com/ >`_.
193193
194194You should install `Watchdog <http://pythonhosted.org/watchdog/ >`_ to use watch mode.
195+
196+
197+ Troubleshooting
198+ ===============
199+
200+ If you get ``[Errno 2] No such file or directory `` make sure that you have the required compiler installed. For all
201+ compilers you can specify the path to executable file, for example ``LESS_EXECUTABLE = "/usr/local/bin/lessc" ``
202+
203+ If you run ``migrate `` and get ``ImportError: cannot import name migrations `` then most likely you use Django < 1.7 and
204+ South < 1.0. You should either upgrade to Django 1.7+ or use South 1.0.
You can’t perform that action at this time.
0 commit comments