Skip to content

digimonktech/Email-and-pdf-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Email and PDF Boilerplate

Introduction

This setup is intented for generally designers to design Email or PDF in python.

Github Repo ๐Ÿ”—

Django

Prerequisites

  • Python >= 3.10

Project Setup

  • Clone the Git Repo

    git clone [email protected]:digimonktech/Email-and-pdf-boilerplate.git
    cd Email-and-pdf-boilerplate
  • Setup a virtual environment

    python -m venv env
  • Activate Project

    Use this command in your powershell terminal

    .\activate.ps1
  • Setup .env File

    Create .env file add following variables. Detail about the variable based on the Configuration referenced here

    # Core Settings
    
    EMAIL_HOST=<email-host ex: smtp.gmail.com>
    EMAIL_HOST_USER=<host-email>
    EMAIL_HOST_PASSWORD=<host-password>
    
    DEVELOPER_EMAIL=<your-alternative-email>
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published