Metadata-Version: 2.1
Name: django-stachoutils
Version: 3.3.0
Summary: Commons for Django
Home-page: https://github.com/Starou/django-stachoutils
Author: Stanislas Guerra
Author-email: stan@slashdev.me
License: BSD Licence
Project-URL: Source Code, https://github.com/Starou/django-stachoutils
Project-URL: Issue Tracker, https://github.com/Starou/django-stachoutils/issues
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE

======================
Stachou's Django Utils
======================

.. image:: https://coveralls.io/repos/github/Starou/django-stachoutils/badge.svg?branch=master
  :target: https://coveralls.io/github/Starou/django-stachoutils?branch=master

.. image:: https://img.shields.io/pypi/v/django_stachoutils.svg
    :target: https://pypi.python.org/pypi/django-stachoutils/
    :alt: Current version

.. image:: https://img.shields.io/pypi/pyversions/django_stachoutils.svg
    :target: https://pypi.python.org/pypi/django-stachoutils/
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/l/django_stachoutils.svg
    :target: https://pypi.python.org/pypi/django-stachoutils/
    :alt: License

.. image:: https://travis-ci.org/Starou/django-stachoutils.svg
    :target: https://travis-ci.org/Starou/django-stachoutils
    :alt: Travis C.I.


This is mostly some common libs shared between several Django project I am working on.


Install
=======

::

    pip install django-stachoutils

Tests
=====

::

    vagrant up
    vagrant ssh
    cd tests
    make tests

There is a demo project you can run (login: ``super:user``):

::

    cd tests/django_project
    export PYTHONPATH=../../..:${PYTHONPATH}
    python manage.py runserver


