| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseDeclarative and extensible library for configuration & code separation
Keep track of the loading state of your models and collections.
from fabric.api import task, local, sudo, run, prefix, env, cd
from fabric.contrib.files import exists, first
from contextlib import contextmanager, nested
def once(s):
Test demo to show how to integrate django with htmx
$ cat ~/path/to/.git/hooks/post-checkout
#!/bin/bash
echo "Cleaning pyc"
find . -iname '*.pyc' -delete
| Back | FazBrowse Home | New Git URL |