This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
posthog
Watch
0
Star
0
Fork
0
You've already forked posthog
mirror of
https://github.com/PostHog/posthog.git
synced
2024-11-21 13:39:22 +01:00
Code
Issues
Releases
Activity
5f61d3202e
posthog
/
bin
/
start-backend
4 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
scripts to run background, worker and frontend simultaneously
2020-04-07 12:34:01 +02:00
#!/bin/bash
set -e
add version to person (#6628) * add version to person * add migration * set all initial version values to 0 * remove defaults * fix dep
2021-10-28 17:43:30 +02:00
python3 manage.py runserver
Copy Permalink