Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Setting up a method for automatically applying migrations in production. ↵ | 2019-07-03 | -20/+0 | |
| | | | | Making a separate Dockerfile for local docker-compose builds. | |||
* | Addressing volcyys third review. | 2019-04-20 | -2/+2 | |
| | ||||
* | Update docker/app/migrate_and_serve.sh | 2019-04-18 | -1/+1 | |
| | | | Co-Authored-By: lemonsaurus <[email protected]> | |||
* | Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵ | 2019-04-18 | -0/+5 | |
| | | | | the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger. | |||
* | Display some output about migrations. | 2019-04-07 | -1/+1 | |
| | ||||
* | Exit `migrate_and_serve` on error. | 2019-04-07 | -1/+1 | |
| | ||||
* | [#158 #160] Automatically run collectstatic in containers/setup script | 2019-04-05 | -0/+2 | |
| | ||||
* | Bind Django development server to all interfaces. | 2018-10-15 | -1/+1 | |
| | ||||
* | Update the compose file and dockerapp file. | 2018-10-06 | -0/+13 | |
The development app from the compose file will now apply migrations on boot and additionally, it will use Django's development server along with the current directory mounted read-only into the container in order to support code reloading, helpful while development. |