This project is a site for introduce Build Team
.
├── .config
├── config
├── page
├── .gitignore
├── manage.py
├── README.md
└── requirements.txt
/.config
: setup files to deploy/config
: setup files in project/page
: page app.gitignore
: define what should be ignored in gitmanage.py
: django command-line utilrequirement.txt
: list of pip-packages to install
This project uses the MIT License