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 db1f823
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ pyrightconfig.json
.piterpy/
junit
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 db1f823

Please sign in to comment.