Revision history of "Load django on python script"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:18, 28 November 2018Rafahsolis talk contribs 241 bytes +241 Created page with "<source lang=python>import os os.environ.setdefault("DJANGO_SETTINGS_MODULE", "Fotingo.settings") from django import setup setup() from django.conf import settings logger = lo..."