Add slugs to entries and use them to create individual entry routes

This commit is contained in:
Danielle McLean 2017-10-09 08:51:42 +11:00
parent 36dea2b5ad
commit 9679234062
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 31 additions and 0 deletions

View file

@ -23,6 +23,7 @@ Profile
username Text sqltype=varchar(255)
Entry
slug Slug
kind EntryKind
name Text maxlen=255
content Text sqltype=longtext