removed static files
This commit is contained in:
parent
8f77027402
commit
311ef6cb28
165 changed files with 6 additions and 37386 deletions
|
|
@ -55,6 +55,9 @@ docker exec -ti "${PROJECT_NAME}-api" ./manage.py migrate
|
|||
echo "===== CREATING SUPERUSER ====="
|
||||
docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser
|
||||
|
||||
echo "===== COLLECTING STATIC FILES ====="
|
||||
docker exec -ti "${PROJECT_NAME}-api" ./manage.py collectstatic
|
||||
|
||||
echo "Success! Go to http://localhost:8000 to see API documentation."
|
||||
|
||||
git remote remove origin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue