GitXplorerGitXplorer
p

thanks-python

public
2 stars
0 forks
7 issues

Commits

List of commits on branch master.
Verified
9e2262f2baa34f6dea291eda705b75613b73cec2

Merge pull request #8 from pablogsal/dependabot/pip/jinja2-2.11.3

ppablogsal committed 4 years ago
Verified
e234848588e15e8b7c1f1b539fe9b010f1b24891

Bump jinja2 from 2.10.3 to 2.11.3

ddependabot[bot] committed 4 years ago
Verified
210856d1fb38b1ca5d7e2784e29eadab5c6f1fcf

Merge pull request #1 from pablogsal/dependabot/pip/django-2.0.12

ppablogsal committed 5 years ago
Verified
6489fda3d905deec5fe015dbd62dc291a87d36c3

Bump django from 2.0.8 to 2.0.12

ddependabot[bot] committed 5 years ago
Verified
f46bc90d5be04de46123a2ab13d7e9fa68f0949a

Ported to new directory structure

ppablogsal committed 6 years ago
Verified
93f556bdaf0d0de119abdf9f1278518c59d7eda4

Fiat Lux

ppablogsal committed 6 years ago

README

The README file for this repository.

Thanks Python

CPython Contributions

.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg :target: https://github.com/pydanny/cookiecutter-django/ :alt: Built with Cookiecutter Django

:License: MIT

Settings

Moved to settings_.

.. _settings: http://cookiecutter-django.readthedocs.io/en/latest/settings.html

Basic Commands

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 py.test


::

  $ pytest

Celery
^^^^^^

This app comes with Celery.

To run a celery worker:

.. code-block:: bash

    cd thanks_python
    celery -A thanks_python.taskapp worker -l info

Please note: For Celery's import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right.


Deployment
----------

The following details how to deploy this application.


Heroku
^^^^^^

See detailed `cookiecutter-django Heroku documentation`_.

.. _`cookiecutter-django Heroku documentation`: http://cookiecutter-django.readthedocs.io/en/latest/deployment-on-heroku.html



Docker
^^^^^^

See detailed `cookiecutter-django Docker documentation`_.

.. _`cookiecutter-django Docker documentation`: http://cookiecutter-django.readthedocs.io/en/latest/deployment-with-docker.html