1
Fork 0
Commit graph

98 commits

Author SHA1 Message Date
d50952a6e5 Add test case for admin disabled 2016-11-28 18:20:40 +00:00
a316eb928b
use seperate setting for disabling admin 2016-11-27 22:10:28 +00:00
caf3689fee
fix lint 2016-11-27 22:01:09 +00:00
da99286d88
Only allow django admin in debug 2016-11-27 21:59:28 +00:00
5bf5900367
only harden when not debug 2016-11-27 21:53:02 +00:00
cb109219f0
harden django 2016-11-27 21:48:36 +00:00
cffee02043 Use dj_database_url properly 2016-11-26 15:34:47 +00:00
85426d4c26 Remove __future__ 2016-11-26 13:29:39 +00:00
d169316e4a Store things in env better 2016-11-26 13:27:54 +00:00
4cf7b0d499 Allow overriding of database url 2016-11-26 13:17:38 +00:00
e45446b317 add project template content 2016-11-26 13:00:06 +00:00
cf5aaddc2d add projects model 2016-11-25 23:12:40 +00:00
2a39dece31 Update section index model to match old 2016-11-25 21:59:25 +00:00
68b4aaa799 create base model 2016-11-25 20:23:02 +00:00
4d77a9e604 restore most of homepage 2016-11-24 23:36:52 +00:00
d82111caa7 add django settings stuff to base 2016-11-24 22:02:27 +00:00
004195e843 add blog model stuff 2016-11-24 21:44:08 +00:00
84b77d2d6a add some more settings and stuff 2016-11-24 19:59:51 +00:00
a866762d3b move templates to a logical location 2016-11-24 18:15:49 +00:00
f50d7d0a5e Access (some of) django settings from templates 2016-11-24 18:03:37 +00:00
435907732b cleanup settings 2016-11-23 17:22:23 +00:00
ba130f58c0 Initialise wagtail 2016-11-22 21:50:21 +00:00
925d1aa7e3 Remove old Django stuff etc 2016-05-13 20:55:08 +01:00
0d494df0e3 Cleanup 2016-04-26 19:21:21 +01:00
b75d0ccb3c Remove contact form 2016-04-26 19:05:53 +01:00
82266c9406 use in memory sqlite 2016-04-26 19:04:18 +01:00
98e73f18b5 Change URL for project homepage 2016-04-09 14:24:20 +01:00
02692d620f Remove old module from settings 2016-04-09 13:02:23 +01:00
d32e19c4ac Fix tests 2016-04-08 23:15:15 +01:00
93c3805ba6 Remove need for trailing slash in blog urls 2016-04-08 23:12:33 +01:00
8714b20b74 Add header image to blogs 2016-04-08 23:12:15 +01:00
03f84426a8 Remove dedicated links config 2016-04-08 22:26:17 +01:00
80b41336b7 Add links to context 2016-04-08 21:34:08 +01:00
564da7da1d Restyle projects on homepage 2016-04-07 22:00:58 +01:00
45ffcd853d Remove need for slash at end, but prefer it 2016-04-07 21:56:16 +01:00
e182e4c019 Allow multiple links to the same page 2016-04-07 21:53:44 +01:00
e906aaef99 Load project details into default context 2016-04-07 21:47:53 +01:00
332b5446c6 Update tests 2016-04-05 22:37:37 +01:00
1db8e2910f Add about contact form page 2016-04-05 22:07:16 +01:00
fee3b39eb6 Cleanup old views and tests 2016-04-05 20:21:28 +01:00
97601a7b53 Refactor view code
- Compress codebase
- Remove duplicate bulky code
- Use template directory to dictate sitemap
2016-04-05 19:38:09 +01:00
e2e4c517ec Add tests for project details 2016-03-20 17:49:31 +00:00
24a5d96775 get actual details for projects 2016-03-20 17:16:45 +00:00
e4c438450b Added tests for index projects 2016-03-19 22:05:20 +00:00
a71ab7ef5d Dynamically generate project data on index 2016-03-16 22:40:33 +00:00
9e1764f32b Rename test case 2016-03-15 22:56:50 +00:00
cf2843af2a Add more details to blog page 2016-03-15 22:55:07 +00:00
9dbd4da58f Store details in JSON 2016-03-15 21:55:36 +00:00
42193b8246 Get data from server for projects details 2016-02-28 22:26:40 +00:00
9d3450463e Add date formatting 2016-02-20 23:06:49 +00:00