Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rain0r committed Jun 4, 2022
1 parent 1071a0f commit 20ebe81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ sed -i 's/psycopg2/#psycopg2/' requirements/common.txt

# Create the frontend texts
if [ -d "${dir_path}/../.git" ]; then
./virtualenv/bin/django-admin compilemessages
./virtualenv/bin/django-admin compilemessages
fi

# Create a user account
./virtualenv/bin/python manage.py createsuperuser

# Generate javascript and css files
if [ -d "${dir_path}/../.git" ]; then
./scripts/node.sh
./scripts/node.sh
fi

# Start the app
Expand Down

0 comments on commit 20ebe81

Please sign in to comment.