This has been previously discussed but not gotten anywhere as far as I recall.
What someone ideally will do in the future is create a package called mezzanine-rest-api or something similar. It'll contain a bunch of API views that apply django-rest-framework (http://www.django-rest-framework.org/) on top of Mezzanine's models. It should be a trivial task for an experienced developer, and a good learning experience for anyone else. With that in place you'd have everything you need - this won't happen though until someone in precisely your situation has the motivation, so how about it? On Mon, Jun 2, 2014 at 3:29 AM, Fredrik Blomqvist < [email protected]> wrote: > Hi, > > I want to create a website that uses both Mezzanine as its CMS and Angular > for the user experience (and because I just took a course on it and it > seems awesome so far). > I read a great tutorial > <http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html> > on how to create a Django + Angular app, which didn't seem too hard, but I > am unsure how to approach Mezzanine though. > > The part I don't understand is how to create the API (the front-end is > kinda obvious, just modify the templates). I would really appreciate a > pointer in the right direction, an explanation, or even better some code > examples (any demo site like this?)! > > Best Regards, > Fredrik Blomqvist > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
