paths.py 136 Bytes Edit Raw Blame History 1 2 3 # Build paths inside the project like this: os.path.join(BASE_DIR, ...) import os BASE_DIR = os.path.dirname(os.path.dirname(__file__))