Django

所属分类:后台框架
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2024-02-19 06:31:41
上 传 者sh-1993
说明:  Howdiweb网站阅读新闻rss,维护您的投资组合和读写主题
(Howdiweb website to read news rss, maintain your portfolio and read write topics at)

文件列表:
accounts/
boards/
howdimain/
music/
newsfeed/
static/
stock/
templates/
LICENSE
django-env.yml
fmp_exchange_symbol_extraction.py
fmp_exchange_table.json
fmp_indices.py
howdidesk.ps1
howdidesk.py
howdiweb_iphone.png
howdiweb_screenshot.png
init_stock.py
manage.py
marketstack.py
requirements.txt
update_currencies.py
update_currencies.sh

# Howdiweb >Website application with topic board, personal news feeds and financial stock information > >The website is available at: https://www.howdiweb.nl > ![](https://github.com/bvermeulen/Django/blob/master/howdiweb_screenshot.png) drawing ## Frameworks used - Python 3.8 - Django 3.07 - Database PostgreSQL - Email Imgur - Markdown editor Martor - RSS feed through Feedparser - Instance is running on Digital Ocean at ip `174.138.5.244` - Requirements are listed in `requirements.txt`: ## Environment variables Environment variables are give in the file `.env` and for obvious reasons not provided. Following settings must be given: ``` SECRET_KEY = LOG_FILE = DEBUG = ALLOWED_HOSTS = # postgresql database on localhost DB_NAME = DB_USER = DB_PASSWORD = # imgur client_id and key IMGUR_CLIENT_ID = IMGUR_SECRET_KEY = # email mailgun EMAIL_BACKEND = django.core.mail.backends.smtp.EmailBackend EMAIL_HOST = EMAIL_HOST_USER = EMAIL_HOST_PASSWORD = ``` To work with `.env` add the following to Django `settings.py`: ``` from decouple import config, Csv ... SECRET_KEY = config('SECRET_KEY') DEBUG = config('DEBUG', default=False, cast=bool) ALLOWED_HOSTS = config('ALLOWED_HOSTS', cast=Csv()) etc ``` ## Author Name: Bruno Vermeulen For any question please contact me at bruno.vermeulen@hotmail.com Last update: 15 June 2020

近期下载者

相关文件


收藏者