summaryrefslogtreecommitdiff
path: root/app/resume
AgeCommit message (Collapse)Author
2018-07-07added campsite model, refactored some code to avoid circular imports,luxagraf
reorganized some auxilary functions and fixed broken build JS.
2018-01-21updated code to work with django 2.0luxagraf
2016-12-13made the pub item menu display betterluxagraf
2016-01-07added a little intro to each resume pub section explaining why I don'tluxagraf
have all the links to every story
2015-12-13added template tags to get get image url and re-wrote gallery templateluxagraf
to use new syntax. also added some migrations.
2015-12-09added special case to resume page build appluxagraf
2015-12-07finished up resume sectionluxagraf
2015-12-07added builder to resume sectionluxagraf
2015-12-07added ability to edit resume landing and cv from pages appluxagraf
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-12-03added namespace to all urls via the new app_name param in url files asluxagraf
per django 1.10
2015-12-02updated url schemes to quiet some django 1.10 warningsluxagraf
2015-11-21updated database to use new time_to_pay in income appluxagraf
2015-11-21added payment_time to Publisher modelluxagraf
2015-11-19added resume to build list in adminluxagraf
2015-11-17redid resume section and tricked out templates a bitluxagraf
2015-11-15changed pub_date datatype on resume pubitemsluxagraf
2015-11-15added resume and income appsluxagraf