Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Create custom manage.py entry point, remove scripts and merge Dockerfile. | 2019-09-28 | -35/+0 | |
| | ||||
* | Fix shell script name for whl building to reference wiki pkg. | 2019-09-21 | -0/+0 | |
| | ||||
* | Use a .whl for `wiki` package instead of git repo. | 2019-09-21 | -0/+4 | |
| | ||||
* | Line Ending Fix | 2019-09-20 | -1/+2 | |
| | | | | | | Added .gitattributes to prevent Windows users from accidentally cloning the repo and getting incorrect line endings Also adjusting the shebang for the migrate_and_serve.sh to prevent another Windows related bug | |||
* | Adding whitenoise to the toolchain to serve static images | 2019-07-03 | -3/+3 | |
| | ||||
* | Let's increase the verbosity and see what you guys have to say, migrate and ↵ | 2019-07-03 | -2/+2 | |
| | | | | collectstatic | |||
* | Setting up a method for automatically applying migrations in production. ↵ | 2019-07-03 | -0/+30 | |
Making a separate Dockerfile for local docker-compose builds. |