├── .gitignore ├── LICENSE ├── README.md ├── __init__.py └── startproject.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cesargodoi/startproject/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cesargodoi/startproject/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cesargodoi/startproject/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /startproject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cesargodoi/startproject/HEAD/startproject.py --------------------------------------------------------------------------------