This website requires JavaScript.
Explore
Help
Register
Sign In
cookiecutter
/
cookiecutter-django
Watch
1
Star
1
Fork
0
You've already forked cookiecutter-django
mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced
2024-11-15 22:27:05 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f947c612fa
cookiecutter-django
/
{{cookiecutter.project_slug}}
/
compose
/
local
/
docs
/
start
8 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix docs service and add RTD support (#2920) Co-authored-by: Andrew-Chen-Wang <Andrew-Chen-Wang@users.noreply.github.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-11-04 20:17:02 +03:00
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
Fix graceful shutdown of local dev containers and use watchfiles for beat + flower (#3925) Co-authored-by: Bruno Alla <alla.brunoo@gmail.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-11-23 17:51:20 +03:00
exec make livehtml
Reference in New Issue
Copy Permalink