Django 1.8 and other updates.
[wolnelektury.git] / wolnelektury / settings / paths.py
1 from os import path
2
3 PROJECT_DIR = path.dirname(path.abspath(path.dirname(__file__)))