Example #1
0
def format_msg_dir_unclean_django(directory):
    """retuns a message telling which of the parent
    directories contains a django project
    so that users don't create nested projects
    """
    parent_django_dir = path_utils.find_parent_dir_with_django(directory)
Example #2
0
def format_msg_dir_unclean_django(directory):
    """retuns a message telling which of the parent
    directories contains a django project
    so that users don't create nested projects
    """
    return path_utils.find_parent_dir_with_django(directory)