Skip to content

Commit c463d22

Browse files
authored
📝 Adds build and missing recipe docs
1 parent 236feef commit c463d22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/django_twc_project/Justfile.jinja

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ bootstrap:
2828
@just py install
2929
@just node install
3030

31+
# Build Docker images
32+
build:
33+
@just docker build
34+
3135
# Clean up local development environment
3236
clean:
3337
@just project clean
@@ -58,6 +62,7 @@ logs *ARGS:
5862
migrate *ARGS:
5963
@just dj migrate {% raw %}{{ ARGS }}{% endraw %}
6064

65+
# Alias for makemigrations
6166
alias mm := makemigrations
6267

6368
# Generate Django migrations

0 commit comments

Comments
 (0)