зеркало из https://github.com/mozilla/bedrock.git
571849b23f
* Switch away from pip-compile-multi in attempt to resurrect Dependabot support
Calling just pip-compile from pip-tools on each input file generates files
with no inheritance/cross-file dependencies, which hopefully will help
Dependabot process them properly
* Update ADRs in light of tooling change
* Delete redundant pip-compile-multi header file
* Update documentation
* Switch to NOT inheriting from prod reqs at all
...and plug the gap with a make command 👍
* Use requirements/prod.txt to constrain the duplicate deps in dev.txt
* Update make command for installing local deps
* Remove unnecessary -U and --no-cache-dir options
* Remove docs dependencies installation from makefile shortcut, because technically it may clash with dev.txt and we don't want developer confusion. The documentation still shows how to install the deps when required
|
||
---|---|---|
.circleci | ||
.github | ||
bedrock | ||
bin | ||
data | ||
docker | ||
docs | ||
etc | ||
l10n | ||
lib | ||
license_header | ||
media | ||
requirements | ||
root_files | ||
scripts | ||
tests | ||
wsgi | ||
.adr-dir | ||
.coveragerc | ||
.dockerignore | ||
.editorconfig | ||
.env-dist | ||
.eslintignore | ||
.eslintrc.js | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pre-commit-config.yaml | ||
.prettierignore | ||
.prettierrc.json | ||
.readthedocs.yaml | ||
.stylelintrc | ||
CODE_OF_CONDUCT.md | ||
Dockerfile | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
Procfile | ||
README.md | ||
app.json | ||
codecov.yml | ||
contribute.json | ||
docker-compose.yml | ||
heroku.yml | ||
manage.py | ||
newrelic.ini | ||
package-lock.json | ||
package.json | ||
pyproject.toml | ||
setup.cfg | ||
setup.py | ||
webpack.config.js | ||
webpack.static.config.js |
README.md
Bedrock
Bedrock is the code name of mozilla.org. It is as shiny, awesome, and open source as always. Perhaps even a little more.
Docs
Bedrock is a Django project. Check out the django docs for general technical documentation. In addition, there are project-specific bedrock docs.
Contributing
Patches are welcome! Feel free to fork and contribute to this project on GitHub. If you find a problem and wish to report it, please file a bug.
Looking for a good first bug to work on? Take a look at our contributing doc to get started.
Code of Conduct
This repository is governed by Mozilla's Community Participation Guidelines and Developer Etiquette Guidelines.
License
This software is licensed under the MPL version 2.0. For more information, read this repository's LICENSE.
credit @designerham