Skip to content

Commit 0866057

Browse files
Merge pull request #12 from AJB78/main
main
2 parents 2e9ec31 + b479108 commit 0866057

File tree

172 files changed

+2
-34833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+2
-34833
lines changed

scripts/run-server.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22
set -e;
33

4-
#python manage.py migrate
5-
64
# Check the DEBUG environment variable
75
if [ "$DEBUG" = "true" ] || [ "$DEBUG" = "1" ] || [ "$DEBUG" = "t" ]; then
6+
python manage.py migrate
7+
python manage.py collectstatic --noinput
88
python manage.py runserver 0.0.0.0:8080
99
else
1010
gunicorn --bind :8080 --workers 2 superapp.wsgi

superapp/static/admin/css/autocomplete.css

-275
This file was deleted.

0 commit comments

Comments
 (0)