aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/migrate_and_serve.sh (follow)
Commit message (Collapse)AuthorAgeLines
* Setting up a method for automatically applying migrations in production. ↵Gravatar Leon Sandøy2019-07-03-20/+0
| | | | Making a separate Dockerfile for local docker-compose builds.
* Addressing volcyys third review.Gravatar Leon Sandøy2019-04-20-2/+2
|
* Update docker/app/migrate_and_serve.shGravatar Sebastiaan Zeeff2019-04-18-1/+1
| | | Co-Authored-By: lemonsaurus <[email protected]>
* Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵Gravatar Leon Sandøy2019-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.Gravatar Johannes Christ2019-04-07-1/+1
|
* Exit `migrate_and_serve` on error.Gravatar Johannes Christ2019-04-07-1/+1
|
* [#158 #160] Automatically run collectstatic in containers/setup scriptGravatar Gareth Coles2019-04-05-0/+2
|
* Bind Django development server to all interfaces.Gravatar Johannes Christ2018-10-15-1/+1
|
* Update the compose file and dockerapp file.Gravatar Johannes Christ2018-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.