LICENSE.md
MANIFEST.in
README.md
README.txt
requirements.txt
setup.py
dj/__init__.py
dj/addon.py
dj/application.py
dj/blueprint.py
dj/config.py
dj/dependency.py
dj/generator.py
dj/runtime.py
dj/test.py
dj/blueprints/__init__.py
dj/blueprints/command/__init__.py
dj/blueprints/command/context.py
dj/blueprints/command/templates/{{app}}/__init__.py.j2
dj/blueprints/command/templates/{{app}}/management/__init__.py.j2
dj/blueprints/command/templates/{{app}}/management/commands/__init__.py.j2
dj/blueprints/command/templates/{{app}}/management/commands/{{name}}.py
dj/blueprints/init/__init__.py
dj/blueprints/init/context.py
dj/blueprints/init/templates/LICENSE.md
dj/blueprints/init/templates/MANIFEST.in
dj/blueprints/init/templates/README.md
dj/blueprints/init/templates/manage.py.j2
dj/blueprints/init/templates/requirements.txt
dj/blueprints/init/templates/requirements.txt.dev
dj/blueprints/init/templates/setup.py.j2
dj/blueprints/init/templates/tests/__init__.py.j2
dj/blueprints/init/templates/tests/settings.py.j2
dj/blueprints/init/templates/{{app}}/__init__.py.j2
dj/blueprints/init/templates/{{app}}/admin.py.j2
dj/blueprints/init/templates/{{app}}/apps.py.j2
dj/blueprints/init/templates/{{app}}/settings.py.j2
dj/blueprints/init/templates/{{app}}/urls.py.j2
dj/blueprints/init/templates/{{app}}/wsgi.py.j2
dj/blueprints/init/templates/{{app}}/management/__init__.py.j2
dj/blueprints/init/templates/{{app}}/management/commands/__init__.py.j2
dj/blueprints/init/templates/{{app}}/migrations/__init__.py.j2
dj/blueprints/init/templates/{{app}}/models/__init__.py.j2
dj/blueprints/init/templates/{{app}}/utils/__init__.py.j2
dj/blueprints/model/__init__.py
dj/blueprints/model/context.py
dj/blueprints/model/templates/tests/__init__.py.j2
dj/blueprints/model/templates/tests/unit/__init__.py.j2
dj/blueprints/model/templates/tests/unit/models/test_{{name}}.py.j2
dj/blueprints/model/templates/{{app}}/models/__init__.py.j2
dj/blueprints/model/templates/{{app}}/models/base.py.j2
dj/blueprints/model/templates/{{app}}/models/{{name}}.py.j2
dj/commands/__init__.py
dj/commands/add.py
dj/commands/base.py
dj/commands/dj.py
dj/commands/generate.py
dj/commands/help.py
dj/commands/info.py
dj/commands/init.py
dj/commands/lint.py
dj/commands/migrate.py
dj/commands/patch.py
dj/commands/remove.py
dj/commands/run.py
dj/commands/server.py
dj/commands/shell.py
dj/commands/test.py
dj/commands/version.py
dj/utils/__init__.py
dj/utils/codegen.py
dj/utils/imports.py
dj/utils/jinja.py
dj/utils/style.py
dj/utils/system.py
djay.egg-info/PKG-INFO
djay.egg-info/SOURCES.txt
djay.egg-info/dependency_links.txt
djay.egg-info/entry_points.txt
djay.egg-info/requires.txt
djay.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_cli.py
tests/unit/__init__.py