regularstuff / tildeblog

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

Adding Slug functionality to append to URL #12

Open failedreality opened 4 months ago

failedreality commented 4 months ago

Add post slugs for URL design and potential SEO.

We could also make it automatic when someone posts the submission and it will turn the title into a slug. i.e. First TIL Post into til/first-til-post

and extend the functionality within this issue or another to add the ID prior i.e. til/45/volcanoes-are-cool or something along those lines

failedreality commented 4 months ago

This will also create/change the model as the DB structure will change to allow this in each post.

regularstuff commented 4 months ago

This will also create/change the model as the DB structure will change to allow this in each post.

Agree, that makes sense.