You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESTful api, which goal is to enable managment and work in editorial office or team of writers. Api provides users with adding projects, texts and comments in internal part of api and ability to get made publications by customers in external. Api is built with principles of secure api like strong authentication, suitable permissions and throttling.
This project is a Django REST Framework (DRF) API with user authentication handled by Knox tokens. It includes user registration, login, logout, and fetching user data.
This API allows books and materials in pdf format to be stored and accessed by authenticated users. Written with Python, Django, Django Rest Framework.