dinomuz

所属分类:后台框架
开发工具:CSS
文件大小:2625KB
下载次数:0
上传日期:2020-04-27 10:27:46
上 传 者sh-1993
说明:  使用django发送电子邮件新闻稿
(Email Newsletter with django)

文件列表:
Dinomuz.png (950902, 2020-04-27)
dinomuz (0, 2020-04-27)
dinomuz\__init__.py (0, 2020-04-27)
dinomuz\asgi.py (391, 2020-04-27)
dinomuz\settings.py (3346, 2020-04-27)
dinomuz\urls.py (803, 2020-04-27)
dinomuz\wsgi.py (391, 2020-04-27)
manage.py (627, 2020-04-27)
requirements.txt (79, 2020-04-27)
static (0, 2020-04-27)
static\css (0, 2020-04-27)
static\css\bootstrap.css (140597, 2020-04-27)
static\css\bootstrap.map (327445, 2020-04-27)
static\css\font-awesome.min.css (31004, 2020-04-27)
static\css\linearicons.css (8362, 2020-04-27)
static\css\magnific-popup.css (6951, 2020-04-27)
static\css\main.css (39413, 2020-04-27)
static\css\main.map (131466, 2020-04-27)
static\css\nice-select.css (4007, 2020-04-27)
static\css\owl.carousel.css (4285, 2020-04-27)
static\fonts (0, 2020-04-27)
static\fonts\FontAwesome.otf (134808, 2020-04-27)
static\fonts\Linearicons-Free.eot (55820, 2020-04-27)
static\fonts\Linearicons-Free.svg (205847, 2020-04-27)
static\fonts\Linearicons-Free.ttf (55620, 2020-04-27)
static\fonts\Linearicons-Free.woff (55696, 2020-04-27)
static\fonts\Linearicons-Free.woff2 (21780, 2020-04-27)
static\fonts\fontawesome-webfont.eot (165742, 2020-04-27)
static\fonts\fontawesome-webfont.svg (447050, 2020-04-27)
static\fonts\fontawesome-webfont.ttf (165548, 2020-04-27)
static\fonts\fontawesome-webfont.woff (98024, 2020-04-27)
static\fonts\fontawesome-webfont.woff2 (77160, 2020-04-27)
static\img (0, 2020-04-27)
static\img\a.jpg (4784, 2020-04-27)
static\img\a2.jpg (17427, 2020-04-27)
static\img\body-bg.jpg (205621, 2020-04-27)
static\img\bullet.svg (585, 2020-04-27)
... ...

# Dinomuz ![Dinomuz](https://github.com/stuartelimu/dinomuz/blob/master/Dinomuz.png) ## 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](https://github.com/stuartelimu/dinomuz/blob/master/) ### 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`

近期下载者

相关文件


收藏者