-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I want an advice, or some kind of tutorial - how to use COLT with a Django project?
I will explain the problem.
COLT has a live-proxy mode (which is recommended for my case), but then it still needs files to open: http://myserver/index.html, http://myserver/script.js
But Django doesn't have such files - URLs are dynamically mapped to views, which are dynamically generating pages from Django templates; JS files could be compiled from CoffeeScript and then minified and merged on the server-side (and I also use SCSS which is compiled to CSS).
I have installed COLT plugin into my PyCharm and successfully launched my Django project's homepage with COLT... but I don't understand what to do next. Please, advise
Metadata
Metadata
Assignees
Labels
No labels