forked from 0x2620/pandora
include copy of django_extension, dont install django from git
This commit is contained in:
parent
055018f12e
commit
3f7215035a
200 changed files with 14119 additions and 4 deletions
29
contrib/django_extensions/docs/namespace_proposal.rst
Normal file
29
contrib/django_extensions/docs/namespace_proposal.rst
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Namespace proposal
|
||||
==================
|
||||
|
||||
:synopsis: Namespace Proposal
|
||||
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Please change / write your proposal for splitting django_extensions into
|
||||
namespaces here.
|
||||
|
||||
|
||||
Proposal of a Namespace
|
||||
-----------------------
|
||||
|
||||
Rough proposal for splitting into functional parts:
|
||||
|
||||
* django_extensions.commands (20% that everbody uses / production)
|
||||
* django_extensions.commands.development (everything development)
|
||||
* django_extensions.commands.extra (not fitting about category's?)
|
||||
* django_extensions.db
|
||||
* django_extensions.templates
|
||||
* django_extensions.jobs
|
||||
|
||||
The db part should be okey where it is right now. Cause it's only used when
|
||||
somebody explicitly imports::
|
||||
|
||||
from django_extensions.db.models import something
|
||||
Loading…
Add table
Add a link
Reference in a new issue