This website requires JavaScript.
Explore
Help
Register
Sign In
FumeNodes
/
tabby-web
Watch
1
Star
0
Fork
0
You've already forked tabby-web
mirror of
https://github.com/Eugeny/tabby-web.git
synced
2026-08-18 15:26:04 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4617ceaf91b9614cda9b33b3316c0ab2e24c5ab5
tabby-web
/
backend
/
start.sh
6 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
.
2021-07-26 15:57:28 +02:00
#!/bin/sh
.
2021-07-26 20:17:13 +02:00
cd
/app
.
2021-07-26 15:57:28 +02:00
./manage.py migrate
collectstatic
2021-09-02 23:08:44 +02:00
./manage.py collectstatic --noinput
.
2021-07-26 15:57:28 +02:00
gunicorn
Reference in New Issue
Copy Permalink