This may be a dumb question - Is there a way to type a short python
script into a prompt to execute within an application? I want to
import (once) a number of csv files with a shared dictionary (so
uploading them one at a time through app admin won't work).  It seems
a little strange to write a new function within a controller and then
navigate to that url to cause it to execute, so I'm just curious if
there is a simpler way to execute a function that operates within an
app (i.e. interfaces with the database), but doesnt require a web
interaction or view.

Thanks

Reply via email to