csdl / makahiki

An Open Source "Serious Game" Framework for Sustainability
http://makahiki.readthedocs.org/
MIT License
7 stars 5 forks source link

event_date in event modal should be a required field #445

Closed yongwen closed 11 years ago

cammoore commented 11 years ago

Event model. What about TBD events?

cammoore commented 11 years ago

Re. Makahiki Dev meeting TBD events are not permitted.

cammoore commented 11 years ago

Fixed. Removed the blank=True, and null=True from the Event model. Updated the Fixtures to have a valid date for all events "2012-12-21T12:00:00"

cammoore commented 11 years ago

Tests don't pass. I need to be more thorough in my development processes.

cammoore commented 11 years ago

Tests now pass, added event_date to my_achievements/tests.py