Pinax Development and Community Files
Pinax Starter Project Development Files
Folder/File | Description |
---|---|
.gitignore | Instructs git of files to exclude when pushing files to git repo |
tox.ini | Tox config file |
update.sh | Shell script used to automate commands |
Pinax App Development Files
Folder/File | Description |
---|---|
.circleci/config.yml | |
.coveragerc | |
.gitignore | Instructs git of files to exclude when pushing files to git repo |
MANIFEST.in | |
Makefile | |
makemigrations.py | |
runtests.py | |
setup.cfg | |
setup.py | |
tox.ini | A Tox config file |
Typical Pinax Community Files
Folder/File | Description |
---|---|
README.md | Project info and instructions |
LICENSE | |
CONTRIBUTING.md | |
AUTHORS |