-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dayaman edited this page Oct 19, 2018
·
7 revisions
ニコニコ動画で展開予定のゆかりうどんシリーズで、ゆかりさんが自分の店のHPを作るという設定でホームページを作成する。
- 店の紹介のページ
- ブログという名の動画紹介のページ
- 管理者ページを作る
- Python3
- Flask
- HTML
- CSS
- DB
- PostgreSQL
- Apache
- Server
- CentOS 7(自宅に設置)
User
Column | Type | Other |
---|---|---|
uid | string | primary key |
name | string | not null |
type | string | 役職 |
image_url | string |
Blog
Column | Type | Other |
---|---|---|
id | int | primary key |
uid | string | foreign key |
title | string | not null |
text | text | not null |