File: namespace_proposal.rst

package info (click to toggle)
python-django-extensions 0.4.2pre%2Bgit201004211325-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 768 kB
  • ctags: 739
  • sloc: python: 4,197; makefile: 76
file content (29 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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