ProjectDjango/ConfigurationPage/__init__.py@af4a5a530a5e
ProjectDjango/ConfigurationPage/__init__.py
Thu, 13 Feb 2014 20:05:54 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 13 Feb 2014 20:05:54 +0100
- changeset 36
- af4a5a530a5e
- parent 31
-
a632d10fdb7c
- child 60
-
7ab44ea4ca4f
- permissions
- -rw-r--r--
Fixed a bug searching for the Django admin command in environments having the Python2 and Python3 Django variants.
# -*- coding: utf-8 -*-
# Copyright (c) 2013 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Django page of the configuration dialog.
"""