Skip to content

Python w/ Django, PostgreSQL and Docker based (JobBot)

Notifications You must be signed in to change notification settings

jourdanrodrigues-tests/test_7

Repository files navigation

JobBot Test

Generated from this Django template.

This project runs entirely on Docker containers. Make sure to have it in your environment.

Style Guides

Setting up development environment

Before doing anything, run the following:

./scripts/setup_dev_env.sh

Running the app

To make your life slightly easier, the script compose.sh is there for you to run commands in your container. It's just a wrapper for docker-compose, so you might want to take a look at its documentation.

Most of the Django commands are shortened, and you can use as the example below:

./compose.sh dev run [test/makemigrations/compilemessages/etc.]

Production mode

./compose.sh up

Development mode

./compose.sh dev up

Tests

./compose [dev] run test

About

Python w/ Django, PostgreSQL and Docker based (JobBot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published