javascript - Django - Load template with jQuery into variable -


I am working with a customer that has a view, after the user logs in, this view is a template Loads pulls the canvas with jQuery dynamically, and creates an image copy of the canvas.

They want to preserve the Python code, hide the process in Python code.

I do PyExecJS, but it does not support jQuery, because there is no DOM.

I have also tried urllib2, mechanized and selenium, but none worked.

Is there any alternative or am I missing something?

If I understand correctly, then you are trying to hide jquery codes.

You can not hide the jquery code from the user, because before it works the Python code before working on the template, there is no way to protect the jquery code with Python. In fact, the best part is that you can do to reduce and obscure the code, but it only makes it difficult to read human.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -