Skip to content

stuartelimu/dinomuz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dinomuz

Dinomuz

Email Newsletter with django

This is a simple django project which shows how to add email subscription to a website using django and ajax.

I wrote an article about how I accomplished this, you can read it here

Technologies and services uses

  • django
  • ajax
  • sendgrid

Setup

Clone/download the repository to your computer. In the project folder, create and actiavat the virtual environment then install the requirements using this command

pip install -r requirements.txt

Make migrations, to creat the tables in your database python manage.py makemigrations && python manage.py migrate

Optionally you can create a superuser python manage.py createsuperuser

Start the development server python manage.py runserver

About

Email Newsletter with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages