Skip to content

Instantly share code, notes, and snippets.

View imbaczek's full-sized avatar
🏠
Working from home

Marek Baczyński imbaczek

🏠
Working from home
View GitHub Profile
@imbaczek
imbaczek / relpath.py
Created September 28, 2010 12:22 — forked from tomazk/relpath.py
'''
If you allways endup googleing how to code down relative paths inside django's
settings.py file using the os.path module, you should consider bookmarking this
code snippet
Usage inside settings.py:
SITE_ROOT = site_root_path(__file__)
.
.
.