Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 600 Bytes

INTRODUCE BUILD

📖 Introduction

This project is a site for introduce Build Team

🧐 What's inside?

.
├── .config
├── config
├── page
├── .gitignore
├── manage.py
├── README.md
└── requirements.txt
  1. /.config: setup files to deploy
  2. /config: setup files in project
  3. /page: page app
  4. .gitignore: define what should be ignored in git
  5. manage.py: django command-line util
  6. requirement.txt: list of pip-packages to install

📝 License

This project uses the MIT License