Commit Graph

6 Commits

Author SHA1 Message Date
Matthias Portzel 7ee0e3980d Revert "Thoughts are sorted and displayed by UUID, not date"
This reverts commit 608c8cdcd2.
2023-07-01 12:54:16 -07:00
Matthias Portzel 608c8cdcd2 Thoughts are sorted and displayed by UUID, not date 2023-05-14 21:02:14 -04:00
Matthias Portzel 8b9bb999a7 Older and Newer buttons for history navigation instead of list 2023-03-03 21:47:30 -05:00
Matthias Portzel b19bbfe905 Paginate Gemini index page 2022-09-10 21:35:07 -04:00
Matthias Portzel f1217d779e Reformat pages names to put year first 2022-09-01 18:21:05 -04:00
Matthias Portzel 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