summaryrefslogtreecommitdiff
path: root/app/books/urls.py
AgeCommit message (Collapse)Author
2015-12-03moved books to new build systemluxagraf
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-08Updated books app to use new CBVs and urls, also brought everything upluxagraf
to PEP 8 styles
2015-11-06rewrote jrnl builder to be self contained in jrnl and based entirely offluxagraf
url patterns/ views, refactored URLs/views to be class based and fixed a few django warning in URL files
2015-10-01did a lot of work on the books sectionluxagraf