Skip to content

Add function for starting Django in a normal Python script

Erik Kalkoken requested to merge next-release into master

Added

  • New helper function that makes it very easy to use Django in a normal Python script: scripts.start_django()

Merge request reports