This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals, absolute_import, division | |
import os | |
import sys | |
# based on https://gist.github.com/magopian/7543724 | |
# | |
# refactored for manual control over permissions created. | |
projectname = input("Enter project name (for settings import): ") |