regluit/api
eric 167dccf574 Wishlists are now filled using the Wishes intermediate table. It's named the same as previous intermediate table, and I've edited the migration so data is not lost.
Also, I've added methods od Wishlists to add and remove Works. There
are "source" and created columns on the Wishes table
2011-12-08 18:22:20 -05:00
..
templates cleaning up: fixed sizing, removed background image, switched to more recent (and unglueit-hosted) jquery version 2011-11-22 13:49:59 -05:00
__init__.py setup api, core and frontend apps, also added initial homepage template from stefan 2011-08-30 23:46:55 -04:00
models.py need an empty models module for api to be treated like a legit django app that can be tested 2011-10-05 22:30:49 -04:00
resources.py Added status and current_total data to Campaign resource in the API. 2011-10-19 17:08:17 -07:00
tests.py Wishlists are now filled using the Wishes intermediate table. It's named the same as previous intermediate table, and I've edited the migration so data is not lost. 2011-12-08 18:22:20 -05:00
urls.py a start on showing how to embed a widget in a third party site 2011-10-22 08:18:04 -07:00
views.py Added status and current_total data to Campaign resource in the API. 2011-10-19 17:08:17 -07:00