#Backend Logic

7 messages · Page 1 of 1 (latest)

craggy sparrow
#

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!!!!

heady forge
#

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

craggy sparrow
#

i see thanks

heady forge
#

it's pretty easy

craggy sparrow
#

its my first framework and all these files make me go crazy sometime