All commands are run from the ./api
directory.
- Start the virtual environment
pipenv shell
- Install dependencies
pipenv install --dev
- Create the development db
createdb tirna_development
- Migrate the database
python manage.py migrate
All commands are run from the ./api
directory.
pipenv shell
pipenv install --dev
createdb tirna_development
python manage.py migrate