Server-side implementation of Yeti App Kit built on Django. Includes:
rest_core
: Base features to support other REST libraries, including test cases and permissions.rest_user
: User relevant API resources for creating and authenticating users with OAuth2.0rest_social_auth
: Implements social sign up with python social authrest_social_network
: Models and APIs for social functionality (hashtags, likes, following, comments, @mentions, flagging / reporting)rest_notifications
: Models and APIs for notifications. Includes support for push notifications with Pushwoosh.
Find documentation on Read the Docs.
View the Test Project associated with this library for examples.