A minimalist but comprehensive template for Docker and Django projects
Stars
47
Forks
17
Watchers
47
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Update final instructions for syntax and to add .env creation step.
f7b9c2eView on GitHubDon't restart the base (it's pointless as it does nothing).
97ce0e2View on GitHubDon't remove wheels from base image - they instead should be merged with the wheels from the test image to catch conflicts (like 2 versions of the same library).
0f3d970View on GitHubAuto restart so that reloader keeps working (it's simplistic and only restarts running containers) when there are start issues (like syntax errors).
7f05f71View on GitHubWorkaround number 1 pitfall on configuring git for windows.
362e30fView on GitHubAdd manhole (dep for hunter remote), bump hunter.
9f4fe7bView on GitHubRemove broken gzipping (didn't work for static files and it was broken as hell on small responses).
caa7a86View on GitHub