mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
python manage.py runserver
|