Answer the question
In order to leave comments, you need to log in
How to package a pluggable Django application?
I am writing a Django
application that can be connected to my project. It is displayed on the page in a separate interactive form.
There are no questions about the backend.
And in the front end, the application has dependencies in terms of styles and scripts: CSS
requires packages:
The form is programmed by a JavaScript application that has dependencies:"bootstrap": "~3.3.0"
"jquery": "~2.1.1",
"jquery.cookie": "~1.4.1",
"jquery-validation": "~1.13.1"
built/style.css
built/script.js
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question