summaryrefslogtreecommitdiff
path: root/app/books/models.py
AgeCommit message (Collapse)Author
2020-04-29adding stuff from live serverGitea
2019-12-23fixed book hilights to auto add book if not filled inluxagraf
2019-12-23fixed a bug in new book interfaceluxagraf
2019-12-23simplified process of adding a book highlightluxagraf
2019-02-22changed book detail template slightly, added afflinkluxagraf
2019-02-22added essays and books to sitemap, moved books to readluxagraf
2018-07-07added campsite model, refactored some code to avoid circular imports,luxagraf
reorganized some auxilary functions and fixed broken build JS.
2018-03-14Added book to entryluxagraf
2018-03-13fixed book image urls for new uploadsluxagraf
2018-03-13fixed some bugs in books and got it PEP8 compliantluxagraf
2018-03-03added amazon url to books section. probably won't use it though.luxagraf
2018-02-05abstracted the next prev links into utils so now they work for everyluxagraf
model that implements a get_%S_admin_link method and loads the JS
2018-01-21updated code to work with django 2.0luxagraf
2017-09-23pulled in changes on arch serverluxagraf
2016-02-08added an is_public field so I can keep some of the scifi and pulp out ofluxagraf
the public performance part of the site should I decided to do that.
2015-12-29fixed a bug in books models still using old markdownluxagraf
2015-12-03switched over to using a single markdown processor from utils everywhereluxagraf
except notes because I'm urlizing notes and I don't want to do that anywhere else.
2015-11-08Updated books app to use new CBVs and urls, also brought everything upluxagraf
to PEP 8 styles
2015-10-22did something to books modelsluxagraf
2015-10-15polished up the books section a bitluxagraf
2015-10-01did a lot of work on the books sectionluxagraf
2014-05-23added images to books and imported books from stuff modelluxagraf
2014-05-23minor refactor to adoipt pep8 and pyflakes coding styles and clean upluxagraf
some cruft that's been hangin round for years
2014-05-13Remaned the bookhighlight model to be singlar and imported all the jsonluxagraf
data I have
2014-05-13Created the book and bookhighlights models, along with a quick and dirtyluxagraf
parsers to dump a json feed of Kindle clippings into the database
2014-04-30removed sketchy half finished stuffluxagraf
2014-05-01added books appluxagraf