run_django | R Documentation |
run_django
run_django(condaenv, cmd = "runserver", path_manage.py = "tools/manage.py")
condaenv |
name/path of conda environment with Django app |
cmd |
command (default: "runserver") |
path_manage.py |
relative/absolute path to "manage.py" (default: tools/manage.py") |
runs Django command and opens webbrowser (if cmd == "runserver")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.