Skip to content

Commit

Permalink
include static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittleFoot committed Mar 14, 2024
1 parent 622e246 commit 226df39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ pyrightconfig.json
.vscode/
.piterpy/
junit
src/static/
src/static/*
!src/static/readme.txt
7 changes: 7 additions & 0 deletions src/static/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Static files will be generated here

Use

```
./manage.py collectstatic --noinput
```

0 comments on commit 226df39

Please sign in to comment.