LoFa
Add
Login
Search
Title:
Tag1 for Path:
a single word in lower characters
Tag2 for Path:
List of alternative single tags:
one or many words in lower characters, separated by comma or space
Text:
<pre>https://python-social-auth.readthedocs.io/en/latest/configuration/django.html</pre> <p>Install component</p> <pre><code> pip install social-auth-app-django </pre></code> <p>In settings.py register the installed component</p> <pre><code> INSTALLED_APPS = ( ... 'social_django', ... ) SOCIAL_AUTH_POSTGRES_JSONFIELD = True AUTHENTICATION_BACKENDS = ( 'social_core.backends.open_id.OpenIdAuth', 'social_core.backends.google.GoogleOpenId', 'social_core.backends.google.GoogleOAuth2', 'social_core.backends.google.GoogleOAuth', 'social_core.backends.twitter.TwitterOAuth', 'social_core.backends.yahoo.YahooOpenId', 'django.contrib.auth.backends.ModelBackend', ) </code></pre> <code> cd django3; python3.6 -m django migrate --settings=greenclass.settings</code> <samp> Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions, social_django Running migrations: Applying social_django.0001_initial... OK Applying social_django.0002_add_related_name... OK Applying social_django.0003_alter_email_max_length... OK Applying social_django.0004_auto_20160423_0400... OK Applying social_django.0005_auto_20160727_2333... OK Applying social_django.0006_partial... OK Applying social_django.0007_code_timestamp... OK Applying social_django.0008_partial_timestamp... OK </samp>
URL:
Operation:
Delete
Update
Insert
Template Prompt