So I'm creating a web app here's the github link for reference https://github.com/curiousbud/SHADOW_2.git. My question is how can i use a command line tool to run and provide its output as a pdf in the report section. I'm actually a beginner and don't know what to do?. Th cmd tool does al the work all i need to do is somehow run it in my project!!!!
#Backend Logic
7 messages · Page 1 of 1 (latest)
sounds like you want a "management command"
that lets you write the same sort of code that you'd use in a view or a model, but it runs from the command line
i see thanks
it's pretty easy
its my first framework and all these files make me go crazy sometime