componentsDjangoType 2.0.19__tar.gz → 2.0.20__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {componentsdjangotype-2.0.19/componentsDjangoType.egg-info → componentsdjangotype-2.0.20}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType/management/commands/createApp.py +1 -3
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/home/views_page.py +1 -1
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/setup.py +1 -1
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/LICENSE +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/MANIFEST.in +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/README.md +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/__init__.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/authentication/__init__.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/authentication/auth.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/authenticator_configurator.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/home/__init__.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/home/urls_page.py +0 -0
- {componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/setup.cfg +0 -0
@@ -36,9 +36,7 @@ class Command(BaseCommand):
|
|
36
36
|
# Paso 4: Crear la carpeta services y el archivo authentication.py en Home
|
37
37
|
creation.creation_auth(self.stdout)
|
38
38
|
|
39
|
-
|
40
|
-
creation.create_views_urls(self.stdout)
|
41
|
-
|
39
|
+
creation.create_views_urls(self. stdout)
|
42
40
|
|
43
41
|
# Paso 8: Crear la carpeta templates y estatic y los archivos HTML CSS y JS
|
44
42
|
templates_dir = os.path.join(app_name, 'templates')
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/componentsDjangoType/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/authentication/__init__.py
RENAMED
File without changes
|
File without changes
|
{componentsdjangotype-2.0.19 → componentsdjangotype-2.0.20}/services/authenticator_configurator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|