Skip to content

cinxgler/imagine_todos

Repository files navigation

Django

To run the CODECOV you need to create an account, link your repository and add the TOKEN in github actions environment.

Launch App

$ make install
$ make run

Sample .env.prod file:

DJANGO_SETTINGS_MODULE=myservice.settings.production
DJANGO_SECRET_KEY=areallysupersecretkey
DEBUG=False
STATIC_URL=/static/
STATIC_ROOT=static
ALLOWED_HOSTS='*','localhost'

Utilities and useful commands

  • Developer mode
$ make install && make dev
  • Docker compose

Build project and start

$ docker-compose build

Start with a pre builded project

$ docker-compose up
  • Lint and Prettify code
$ make lint
  • Coverage and test

Run only tests

$ make test

Run coverage

$ make coverage

About

Test imagine.ai project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published