Commit graph

22 commits

Author SHA1 Message Date
9a5bedabca Add a function login template
Fix #1
2022-07-06 22:12:03 +01:00
781e633abc Merge branch 'template_hierarchy' 2022-07-06 22:07:24 +01:00
4d07292252 Create a template hierarchy
Fix #12
2022-07-06 22:07:04 +01:00
c962886504 Merge branch 'test_views'
Fix #5
2022-07-06 21:57:01 +01:00
56bea8020b Fully test the post view 2022-07-06 21:56:12 +01:00
30526d9f30 Assert some permissions behaviour for the post view 2022-07-06 21:30:30 +01:00
ca33960c44 Merge branch 'coverage'
Fix #11
2022-07-05 22:29:33 +01:00
57bc21cc34 Add coverage 2022-07-05 22:29:07 +01:00
3db4514f6d Allow commenting on posts 2022-07-05 21:27:56 +01:00
f267d9d2e7 Moar work 2022-07-04 22:42:20 +01:00
343e8b8834 Make img name unpredictable 2022-07-04 22:27:21 +01:00
641ace957b Flesh out detail view for Posts 2022-07-04 22:19:21 +01:00
32636b15b6 Set up models, urls, admin for basic interface
Models for Posts, Comments, Collections, with admin
pages and a DetailView for Posts
2022-07-04 22:08:57 +01:00
dc384710b2 Add collection model 2022-07-04 21:47:59 +01:00
8ba167823d Make post titles and descriptions optional 2022-07-04 21:31:33 +01:00
da7075a904 Write some test for the Posts model 2022-07-03 22:37:45 +01:00
0945dc5b6b Fix some MEDIA settings 2022-07-03 22:20:39 +01:00
a983121a55 Add Post model 2022-07-03 22:20:22 +01:00
3eae827ed5 Add SECRET_KEY parsing to production.py
Prevents forgetting about this later!
2022-07-03 22:07:53 +01:00
fc44f550d2 Move some config around 2022-07-03 22:05:37 +01:00
582eb9e1e0 Start django project 2022-07-03 22:02:38 +01:00
bdc7f21b99 Initial commit 2022-07-03 20:04:21 +00:00