About Upwork Earning Graph (https://upwork.aijogja.com)
- Python 3.10
- Django 4.2
- create virtualenv
- pip install -r requirements.txt
- create
.env
file
Here are the .env
file
DEBUG=on
SECRET_KEY=secret
ALLOWED_HOSTS=*
DATABASE_URL=psql://docker:[email protected]:5432/upwork_earning_graph
UPWORK_PUBLIC_KEY=upwork-public-key
UPWORK_SECRET_KEY=upwork-secret-key
To contribute, please setup in you local environment.
Rules:
- Please follow our guideline Karamel Style
- Before run
git add
, please run following commandblack .
to reformat the code standard pep8.