Wtower / django-ninecms

Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Remove serializer helper class #42

Closed Wtower closed 8 years ago

Wtower commented 8 years ago

The serializer class was a good exercise to provide model methods as json, but it is to be removed.

Use django-rest-framework instead.

Wtower commented 8 years ago

Fixed with b6df0a9b23b642d4bdda218c9954711f51c61493