Skip to content

A collection of reusable apps and extension for the Django framework

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.cddl
GPL-3.0
LICENSE.gplv3
Notifications You must be signed in to change notification settings

domain51/d51.django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d51.django

A collection of reusable apps and extension for the Django framework

Introduction

d51.django provides Django users with a set of tested, reusable applications that extend the behavior of Django in new and interesting ways. Among the apps it provides are:

  • Simple blogs
  • A reusable invitation framework
  • Generic model scheduling
  • Hierarchical tagging
  • Extended authentication, include Twitter and Facebook
  • And, as they say, much more.

Installation

This package contains no code, only the code necessary for building d51.django. To build d51.django, you need the latest 1.0x version of Fabric, then run the following to grab all of the source from its various repositories:

fab src

You can then build or install the package using setup.py as you normally would, or via Fabric using the setup command:

fab setup:install
fab setup:sdist

For convenience, there are the following functions available as well:

fab install
fab build
fab sdist

Testing

TODO

Legal

d51.django is released under a dual license, Common Development and Distribution License and GPLv3.

It is, in no way affiliated with the Django project or the Django Software Foundation. Django is a registered trademark of the Django Software Foundation.

About

A collection of reusable apps and extension for the Django framework

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.cddl
GPL-3.0
LICENSE.gplv3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages