8000 GitHub - st3v3nmw/django-perf-and-you: Code for a presentation around profiling Django applications with Django Silk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

st3v3nmw/django-perf-and-you

Repository files navigation

Django Performance and You

This repository contains a code for a presentation around profiling Django applications with Django Silk.

Setting up & Running the Project

  • Create a virtual environment called venv, preferrably in Python 3.11
  • Activate said virtual environment
  • Install requirements: pip install -r requirements.txt
  • Run setup.sql to create the database and user
  • Run ./generate_data.py to generate the test data
  • Run python manage.py runserver to start the server
  • You can hit some of the endpoints like:
  • Access the Django Silk profiling dashboard on http://127.0.0.1:8000/silk/

Slides

About

Code for a presentation around profiling Django applications with Django Silk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0