hernantz
Follow
🏠
Working from home
Pinned Loading
-
classyconf
classyconf PublicDeclarative and extensible library for configuration & code separation
-
backbone.sos
backbone.sos PublicKeep track of the loading state of your models and collections.
-
Fabfile with common fabric tasks, f...
Fabfile with common fabric tasks, featuring virtualenvwrapper, nginx, supervisord, git deployment and some other goodies. 1from fabric.api import task, local, sudo, run, prefix, env, cd
2from fabric.contrib.files import exists, first
3from contextlib import contextmanager, nested
45def once(s):
-
django-htmx-demo
django-htmx-demo PublicTest demo to show how to integrate django with htmx
-
Delete pyc files git hook
Delete pyc files git hook 1$ cat ~/path/to/.git/hooks/post-checkout
2#!/bin/bash
34echo "Cleaning pyc"
5find . -iname '*.pyc' -delete
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.