regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

make the entry page be able to take a list of tags #9

Closed readytheory closed 4 months ago

readytheory commented 4 months ago

when entering a blog the data entry page should have a box for tags... you enter them with "," separators.

related to separate issue #10

I think urls should be like:

"" or "/til" shows the list of pages "/til/add" lets you create a new one.
"/til/edit/#" lets you edit one, where "#" is the id of the one to edit

regularstuff commented 4 months ago

merged t9 dev 2024-03-11