update readme with instructions to add a new camp

This commit is contained in:
Stephan Telling 2017-01-28 19:32:25 +01:00
parent 712cd2a129
commit f883a58a48
No known key found for this signature in database
GPG Key ID: C07DFD6208200C9D
1 changed files with 11 additions and 0 deletions

View File

@ -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`