fixing initial
This commit is contained in:
parent
e5ca77f018
commit
481515363b
|
@ -0,0 +1,5 @@
|
||||||
|
SECRET_KEY=zrhnooq6)sb+0+xb)(o0rvbf5)a(vc8ncv&1&kng@3i_pmx3oy
|
||||||
|
DEBUG=True
|
||||||
|
ALLOWED_HOSTS=.localhost,127.0.0.1
|
||||||
|
DATABASE_URL=postgres://orchestra:orchestra@127.0.0.1:5432/orchestra
|
||||||
|
STATIC_ROOT=PATH_TO_STATIC_ROOT
|
|
@ -15,5 +15,5 @@ sudo pip3 install -r total_requirements.txt
|
||||||
sudo pip3 install -e .
|
sudo pip3 install -e .
|
||||||
|
|
||||||
django-admin.py startproject panel --template="orchestra/conf/ribaguifi_template"
|
django-admin.py startproject panel --template="orchestra/conf/ribaguifi_template"
|
||||||
cp .env.example panel/.env
|
cp examples/env.example panel/.env
|
||||||
python3 panel/manage.py migrate
|
python3 panel/manage.py migrate
|
||||||
|
|
Loading…
Reference in New Issue