django-libs

A collection of things that we re-use in every Django project, such as custom middlewares, testrunner, ...
Download

django-libs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Martin Brochhaus
  • Publisher web site:
  • https://github.com/bitmazk/

django-libs Tags


django-libs Description

django-libs is a Django app that aims to provide commonly used building blocks for Django projects and applications.Here are some things that this project provides:- A custom testrunner that uses django-nose for discovering tests and django-coverage for automatically generating a coverage report on each test run- A factory for creating User objectsInstallationTo get the latest sta"le release from PyPi: pip install django-libsTo get the latest commit from GitHub: pip install -e git://github.com/bitmazk/django-libs.git#egg=django_libsUsageSee the docs folder for descriptions of the different tools this project provides.Or read the docs here: http://django-libs.readthedocs.org/en/latest/ContributeIf you want to contribute to this project, please perform the following steps:# Fork this repository# Clone your fork$ mkvirtualenv -p python2.7 django-libs$ pip install -r requirements.txtJ$ git co -b feature_branch master# Implement your feature and tests$ git add . && git commit$ git push -u origin feature_branch# Send us a pull request for your feature branchProduct's homepage


django-libs Related Software