Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

DanielLeviLucas/Data-Dispatcher

Repository files navigation

clabs_webhook

CustomerLab Assessment for Python Developer

Built with Cookiecutter Django Ruff

Basic Commands

Setting Up Your Users

  • To create a superuser account, use this command:

    $ python manage.py createsuperuser
    

Type checks

Running type checks with mypy:

$ mypy clabs_webhook

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html

Running tests with pytest

$ pytest

Live reloading and Sass CSS compilation

Moved to Live reloading and SASS compilation.

Deployment

The following details how to deploy this application.

About

CustomerLabs Assessments for Python Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published