[Fixed]-Running a python commands from a python script in a python (Django) shell. Django

1👍

If you start your script the way you describe it you can just call the django DB API directly in your code:

Language.objects.create(language=language, text=text, campo=field)

Leave a comment