Google Auth Webapp =============================================================================== Installation ```````````` Add the ``api`` application to your ``INSTALLED_APPS`` configuration as usual. Views and serializers ````````````````````` .. automodule:: api.views :members: Default URL routing ``````````````````` .. automodule:: api.urls :members: Application configuration ````````````````````````` .. automodule:: api.apps :members: