awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDjango REST API Development

Tools and patterns for building RESTful interfaces specifically for Django applications.

Distinct from Django Integrations: Focuses on the intersection of Django's model system and REST API development, distinct from general Django integration.

Explore 1 awesome GitHub repository matching web development · Django REST API Development. Refine with filters or upvote what's useful.

Awesome Django REST API Development GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • django-tastypie/django-tastypieالصورة الرمزية لـ django-tastypie

    django-tastypie/django-tastypie

    3,948عرض على GitHub↗

    Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions as a model-based API generator, automatically creating read-write endpoints for database models to enable standard CRUD operations via HTTP. The project serves as a multi-format data serializer and hypermedia API mapper. It converts database data into various response formats, including JSON, XML, and YAML, based on client requests, and transforms database relationships into navigable links for resource discovery. The toolkit includes a security implementation for user authe

    Provides a framework for building web interfaces that allow external clients to read and write Django database data via HTTP.

    Python
    عرض على GitHub↗3,948
  1. Home
  2. Web Development
  3. Django REST API Development