awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dcramer/django-devserver

Open-source alternatives to Django Devserver

17 open-source projects similar to dcramer/django-devserver, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Django Devserver alternative.

  • ibotpeaches/apktooliBotPeaches 的头像

    iBotPeaches/Apktool

    24,788在 GitHub 上查看↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    在 GitHub 上查看↗24,788
  • dereuromark/cakephp-setupdereuromark 的头像

    dereuromark/cakephp-setup

    35在 GitHub 上查看↗

    Provides useful development tools for managing a CakePHP app.

    PHP
    在 GitHub 上查看↗35
  • dereuromark/cakephp-whoopsdereuromark 的头像

    dereuromark/cakephp-whoops

    14在 GitHub 上查看↗

    Seamlessly integrate Whoops into CakePHP applications.

    PHP
    在 GitHub 上查看↗14
  • dereuromark/executionorderdereuromark 的头像

    dereuromark/executionorder

    21在 GitHub 上查看↗

    A demo app to display execution order of files and callbacks in a CakePHP app. This can be very useful for knowing if app-, plugin- or other callbacks run in the order one expects them to.

    PHP
    在 GitHub 上查看↗21
  • getsentry/sentrygetsentry 的头像

    getsentry/sentry

    44,108在 GitHub 上查看↗

    This project is a comprehensive software observability suite and application performance monitoring platform designed to track runtime errors, performance bottlenecks, and system health. It functions as a centralized diagnostic service that aggregates and categorizes exceptions, providing the infrastructure necessary to visualize complex execution paths across distributed systems and microservices. The platform distinguishes itself through a high-throughput distributed event ingestion pipeline and a columnar storage analytics engine that enables rapid aggregation of large-scale performance me

    Pythonapmcrash-reportingcrash-reports
    在 GitHub 上查看↗44,108

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • jazzband/django-debug-toolbarjazzband 的头像

    jazzband/django-debug-toolbar

    8,373在 GitHub 上查看↗

    This project is a web application debugger and profiler for the Django framework. It provides a set of diagnostic tools that display real-time execution metrics, server-side state, and database queries directly in the browser. The tool functions as a middleware-based performance monitor that captures telemetry and timings throughout the application lifecycle. It specifically serves as a SQL query profiler to identify redundant database calls and a general profiler for monitoring request timings and resource usage. The software covers broad observability capabilities, including the analysis o

    Python
    在 GitHub 上查看↗8,373
  • jazzband/django-silkjazzband 的头像

    jazzband/django-silk

    4,926在 GitHub 上查看↗

    Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP request data, and execution timing for diagnostics. It functions as a performance profiler and debugging middleware that records runtime execution data to provide a comprehensive overview of application behavior. The system includes a database profiler for identifying slow operations through detailed timing data and an HTTP request inspector for reviewing headers, bodies, and network traffic via a web interface. It allows for the reproduction of specific server requests through gene

    Python
    在 GitHub 上查看↗4,926
  • jmcarp/nplusonejmcarp 的头像

    jmcarp/nplusone

    1,063在 GitHub 上查看↗

    Auto-detecting the n+1 queries problem in Python

    Python
    在 GitHub 上查看↗1,063
  • lordsimal/cakephp-sentrylordsimal 的头像

    lordsimal/cakephp-sentry

    12在 GitHub 上查看↗

    CakePHP integration for Sentry.

    PHP
    在 GitHub 上查看↗12
  • micropyramid/django-web-profilerMicroPyramid 的头像

    MicroPyramid/django-web-profiler

    80在 GitHub 上查看↗

    django-web-profiler's documentation:

    Python
    在 GitHub 上查看↗80
  • sija/backtracer.crSija 的头像

    Sija/backtracer.cr

    18在 GitHub 上查看↗

    Crystal shard aiming to assist with parsing backtraces into a structured form.

    Crystal
    在 GitHub 上查看↗18
  • sija/debug.crSija 的头像

    Sija/debug.cr

    102在 GitHub 上查看↗

    Debug macro for Crystal

    Crystal
    在 GitHub 上查看↗102
  • taobojlen/django-zealtaobojlen 的头像

    taobojlen/django-zeal

    195在 GitHub 上查看↗

    Detect N+1s in your Django app.

    Python
    在 GitHub 上查看↗195
  • unicorn-engine/unicornunicorn-engine 的头像

    unicorn-engine/unicorn

    9,076在 GitHub 上查看↗

    Unicorn is a multi-architecture CPU emulation framework and library that utilizes just-in-time compilation to execute instructions across various processor architectures, including ARM, x86, and RISC-V. It functions as both a JIT compilation engine and an instrumentation tool, allowing for the execution of machine code without the need for physical hardware. The framework is distinguished by its hook-based execution instrumentation, which enables the interception of specific instructions and memory accesses to trigger custom callback functions. It provides a language-agnostic binding layer an

    C
    在 GitHub 上查看↗9,076
  • vivisect/vivisectvivisect 的头像

    vivisect/vivisect

    997在 GitHub 上查看↗

    A combined disassembler/static analysis/symbolic execution/debugger framework.

    Python
    在 GitHub 上查看↗997
  • bradmontgomery/django-querycountbradmontgomery 的头像

    bradmontgomery/django-querycount

    408在 GitHub 上查看↗

    Django Querycount

    Python
    在 GitHub 上查看↗408
  • zunnu/associations-debuggerzunnu 的头像

    zunnu/associations-debugger

    11在 GitHub 上查看↗

    AssociationsDebugger is a plugin that is made for debugging associations. The point of this plugin is to quickly show different associations of your CakePHP application without you needing to browse through the model files.

    JavaScript
    在 GitHub 上查看↗11