Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Setting up a method for automatically applying migrations in production. ↵ | 2019-07-03 | -1/+1 | |
| | | | | Making a separate Dockerfile for local docker-compose builds. | |||
* | makemigrations pipeline created, RepoData model created, and a really naive ↵ | 2019-04-16 | -0/+2 | |
| | | | | implementation of the API stuff which makes 6 requests and takes forever to load. I've found a better approach so I'm gonna switch to that next. | |||
* | Update the compose file and dockerapp file. | 2018-10-06 | -16/+7 | |
| | | | | 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. | |||
* | Add `nging` for static files. | 2018-09-05 | -0/+49 | |