Fixes #3211, fixes #3211: related books and pictures bars.
[wolnelektury.git] / wolnelektury / settings / paths.py
1 from os import path
2
3 PROJECT_DIR = path.dirname(path.abspath(path.dirname(__file__)))