basedir.py 104 B

1234
  1. import os
  2. BASEDIR = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))