ryansb / ofCourse

Python courseware leveraging Flask and OpenShift
Apache License 2.0
12 stars 14 forks source link

Missing profile.mak? #31

Closed mellolikejello closed 9 years ago

mellolikejello commented 9 years ago

@liam-middlebrook http://hfoss-ritigm.rhcloud.com/participants/2015/spring/mellolikejello

when I click on someone's name on the participants page, I get a 500 error

ryansb commented 9 years ago

Your yaml file doesn't have a name field.

You must have a name field. It doesn't have to be your real name, but it does have to be a name.

ryansb commented 9 years ago

Also you can (and should) run ofcourse locally to test your YAML before submitting it, or to check out errors you find.

mellolikejello commented 9 years ago

:+1: thanks!