navinkti / mass-mail-dispatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mass-mail-dispatcher

Python Version Django Version

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/navinkti/mass-mail-dispatcher.git

Install the requirements:

pip install pip

Apply the migrations:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

About


Languages

Language:Python 65.7%Language:HTML 34.3%