Industry Dive's django code exercise for software engineer candidates
- Python 3
- Pipenv or other python virtual environment package
Using pipenv:
Install an environment using python 3
pipenv install
or
pipenv install --python your-path-to-python3
SSH into your environment
pipenv shell
Serve the app locally
python manage.py runserver
If you do not want to use pipenv, you can install requirements for your environment found in the requirements.txt
file.
Navigate in your browser to the wavepool homepage at http://127.0.0.1:8000/
Click on the "Instructions" link to view the assessment instructions.
To log into the Django CMS Admin, navigate to http://127.0.0.1:8000/admin
and use the username divecandidate
and password divecandidatetest
to log in.