Skip to content

Commit

Permalink
Create build_files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed Jun 1, 2024
1 parent fee048d commit 3f11775
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_files.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Install dependencies
pip install -r requirements.txt

# Collect static files
python manage.py collectstatic --noinput

0 comments on commit 3f11775

Please sign in to comment.