archive
/
yubi-lock
Archived
1
Fork 0

fix base dir

This commit is contained in:
Jake Howard 2016-05-19 19:56:30 +01:00
parent 595f2d0d1a
commit f604750c27
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import os
BASE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/.."