Skip to content

Gururaj-Hudgi/booktime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#GettinG Started with a Simple Company Site

A project from book Practical Django 2 and Channels 2

#Environment Vars

'#!/bin/sh This should normally be placed in the ${SITE_ROOT}/.env

SECRET_KEY = "key"

SMTP_HOST = 'smtp.gmail.com'

SMTP_PORT = 587

SMTP_USER = 'mailid'

SMTP_PASS = 'password