Commit Graph

5 Commits

Author SHA1 Message Date
727bbf6fc5 Super Thoughts
I feel like this is one of those things that isn't going to be funny in 2 days, but I'm going to be stuck with it for like two years.
2022-07-11 22:28:02 -04:00
7ad6f21f66 Make history nav into a column, add link to search 2022-05-17 07:44:48 -07:00
9306248902 Search CSS tweaks
* A couple of other minor things
2022-05-16 11:28:47 -07:00
292a464f11 Switch to text-decoration from border-bottom for header underlines 2022-05-03 14:20:23 -04:00
1defa2b92c Rename 'main' to 'thoughts'
SQL to migrate the DB. Create migrations, migrate
`DELETE FROM django_content_type WHERE app_label='thoughts';`
`UPDATE django_content_type SET app_label='thoughts' WHERE app_label='main';`
`DROP TABLE thoughts_thought;`
`ALTER TABLE main_thought RENAME TO thoughts_thought;`
`DELETE FROM django_migrations WHERE app='main';`
Hopefully that's right, I'm not going to double check it or anything.
2022-04-30 13:34:39 -04:00