Skip to content

iameo/infotweet

Repository files navigation

infotweet

Spend less time looking for potential results
.ENV file

DJANGO_SECRET_KEY = 'xxxxxxxxxx'

CONSUMER_API_KEY = 'xxxxxxxxx'

CONSUMER_API_SECRET = 'xxxxxxxxxx'

DEBUG = True

TWITTER_CLIENT_ID = 'xxxxxxxxxxxxxx'

TWITTER_CLIENT_SECRET = 'xxxxxxxxxxxxx'

TWITTER_OAUTH_CALLBACK_URL = 'https://your-site.com/auth/twitter_callback/'

CORS_HOSTS = 'https://your-site.com,http://127.0.0.1,http://127.0.0.1'

ALLOWED_HOSTS = 'https://your-site.com,your-site.com,http://127.0.0.1,http://127.0.0.1:8000'

NAME = 'db-name'

USER = 'db-user'

PASSWORD = 'db-password'

HOST = 'db-host'

PORT = 'db-port'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published