Django base project

This project is intended to be an example of a django proj. It takes data from imdb and displays it.

Quickstart

  • clone it
  • copy .env.example to .env and fill it with your data
  • run docker-compose up

Configuration

Project is configured through settings package.

Deployment

Project is automatically deployed via 'circle.ci'

Documentation

Documentation may be found via the link