🐼
Pinned Loading
-
Makefile for manipulate docker-compo...
Makefile for manipulate docker-compose of python Dockerfile 1include .env
2export $(shell sed 's/=.*//' .env)
34.PHONY: help up start stop restart status ps clean
5 -
Profilers for check how much time sp...
Profilers for check how much time spend method or funtion 1import cProfile
2import datetime
3import logging
4from functools import wraps
5from inspect import isclass
-
symfall/front
symfall/front Public archiveFrontend of simple project(messenger) to improve skills
Vue
-
symfall/api
symfall/api Public archiveBackend of simple project(messenger) to improve skills
Python
-
Django query debugger
Django query debugger 1from django.db import connection, reset_queries
2import time
3import functools
45def query_debugger(func):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.