File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,29 +183,22 @@ If your database user in your dev setup is not a postgres superuser you will enc
183183
184184### Add a camp
185185
186- Add a new camp by running :
186+ First do a commit with :
187187
188- ```
189- (venv) $ python src/manage.py createcamp {camp-slug}
190- ```
191-
192- Then go to the admin interface to edit the camp details, adding the same slug
193- that you just used and some current dates.
194-
195- You can also specify details like:
196-
197- * A sponsors page, ` {camp-slug}_sponsors.html ` , to ` sponsors/templates ` .
198188* A frontpage, ` {camp-slug}_camp_detail.html ` , to ` camps/templates ` .
199- * A call for speakers page, ` {camp-slug}_call_for_speakers.html ` , to ` program/templates ` .
200189* A ` static_src/img/{camp-slug}/logo ` and add two logos:
201190 * ` {camp-slug}-logo-large.png `
202191 * ` {camp-slug}-logo-small.png `
203192
193+ Then go to the admin interface and add the camp.
194+
195+
204196## Contributors
205197* Alexander Færøy https://github.com/ahf
206198* Benjamin Bach https://github.com/benjaoming
207199* coral https://github.com/coral
208200* Flemming Jacobsen https://github.com/batmule
201+ * Florian Klink https://github.com/flokli
209202* Henrik Kramshøj https://github.com/kramse
210203* Janus Troelsen https://github.com/ysangkok
211204* Jeppe Ernst https://github.com/Ern-st
You can’t perform that action at this time.
0 commit comments