Skip to content

Brant/django-noodles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noodles for Django

Build Status Coverage Status

Noodles is an app containing all sorts of misc. bits of code that I see to use across projects.

There aren't really any connecting dots or common design patterns. It's just stuff I use.

Documentation

The pieces that noodles offers are explained in the Documentation

Quickstart

First, install with pip (for the time being, noodles is only available directly from github):

pip install git+https://github.com/Brant/django-noodles.git@master

Then, add noodles to your installed apps:

INSTALLED_APPS = (
    ...
    'noodles',
)

Tests

To run the the test suite:

virtualenv env
. ./env/bin/activate
pip install -r noodles_tests/requirements.txt
./noodles_tests/runtests.py

About

Half-baked noodles of ideas for little bits of functionality for Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published