From f883a58a4862adbd38df834efd31c9d5ea5e3778 Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sat, 28 Jan 2017 19:32:25 +0100 Subject: [PATCH] update readme with instructions to add a new camp --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a4adf1ca..dde3bd48 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,14 @@ Otherwise start uwsgi or similar to serve the application. Enjoy! +## Notes + +### How to add a camp + +* Add a new camp in the admin interface. +* Add a sponsers page, `{camp-slug}-sponsors.html`, to `sponsors/templates`. +* Add a frontpage, `{camp-slug}-camp_detail.html`, to `camps/templates`. +* Add a call for speakers page, `{camp-slug}-call_for_speakers.html`, to `program/templates`. +* Create `static/img/{camp-slug}/logo` and add two logos: + * `{camp-slug}-logo-large.png` + * `{camp-slug}-logo-small.png` \ No newline at end of file