gitlabculture
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

utils.py
text/x-python

Download raw (112 bytes)

from settings import DEBUG

def make_local_url(path):
  return path

def debug (msg):
  if DEBUG:
    print(msg)