componentsDjangoType 2.0.7__tar.gz → 2.0.8__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {componentsdjangotype-2.0.7/componentsDjangoType.egg-info → componentsdjangotype-2.0.8}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType/management/commands/createApp.py +1 -1
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/setup.py +1 -1
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/LICENSE +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/MANIFEST.in +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/README.md +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/services/__init__.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/services/authentication/__init__.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/services/authentication/auth.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/services/authenticator_configurator.py +0 -0
- {componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/setup.cfg +0 -0
@@ -26,7 +26,7 @@ class Command(BaseCommand):
|
|
26
26
|
creation = DjangoProjectManager(app_name=app_name, project_name=project_name)
|
27
27
|
|
28
28
|
# Paso 2: Crear la aplicación "Home" si no existe
|
29
|
-
creation.
|
29
|
+
creation.create_app()
|
30
30
|
|
31
31
|
# Agregar automáticamente 'Home' a INSTALLED_APPS
|
32
32
|
creation.installed_app()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/componentsDjangoType.egg-info/requires.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/services/authentication/__init__.py
RENAMED
File without changes
|
File without changes
|
{componentsdjangotype-2.0.7 → componentsdjangotype-2.0.8}/services/authenticator_configurator.py
RENAMED
File without changes
|
File without changes
|