This website requires JavaScript.
Explore
Help
Sign in
archive
/
yubi-lock
Archived
Watch
1
Fork
You've already forked yubi-lock
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
master
yubi-lock
/
yubi_lock
/
api
/
__init__.py
4 lines
74 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
fix base dir
2016-05-19 19:56:30 +01:00
import
os
BASE_DIR
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
)
)
+
"
/..
"
Copy permalink