mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
6ce204fe3c
* add version to person * add migration * set all initial version values to 0 * remove defaults * fix dep
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python3 manage.py runserver |