Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 614 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 614 Bytes

pah-fm

Build project

make build

Run project

docker-compose up

Run project locally for testing

docker-compose up -d db

virtualenv env -p /usr/local/bin/python3
source env/bin/activate

pip install -r backend/requirements/dev.txt

make manage CMD=createsuperuser

Initial admin credentials

We have 2 levels of admin users and 2 initial users - with and without Django Admin access:

username password Django Admin access
[email protected] cfp123 yes
[email protected] pah123 no