mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
d36b15ed0e
* add frontend dev script * some refactoring
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
python manage.py migrate
|
|
python manage.py migrate_clickhouse
|
|
|
|
python manage.py runserver 0.0.0.0:8000
|