Rambling about Django, Python, Ansible and sometimes PHP and Wordpress. I enjoy talking about all technologies, and offer help when I can.
DIRNAME = os.path.abspath(os.path.dirname(__file__)) DATABASE_NAME = os.path.join(DIRNAME, 'project.db') MEDIA_ROOT = os.path.join(DIRNAME,'media') TEMPLATE_DIRS = ( os.path.join(DIRNAME,'templates'), )
Post a Comment
No comments:
Post a Comment