componentsDjangoType 2.0.24__tar.gz → 2.0.25__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {componentsdjangotype-2.0.24/componentsDjangoType.egg-info → componentsdjangotype-2.0.25}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/authenticator_configurator.py +1 -1
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/setup.py +1 -1
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/LICENSE +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/MANIFEST.in +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/README.md +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType/management/commands/createApp.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/__init__.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/authentication/__init__.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/authentication/auth.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/core/__init__.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/core/urls_page.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/core/views_page.py +0 -0
- {componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/setup.cfg +0 -0
{componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/authenticator_configurator.py
RENAMED
@@ -116,7 +116,7 @@ path('', include('home.urls'))
|
|
116
116
|
else:
|
117
117
|
stdout.write(f"No fue necesario realizar cambios en '{project_urls_path}'.\n")
|
118
118
|
|
119
|
-
def
|
119
|
+
def create_views_urls(self, stdout):
|
120
120
|
home_dir = 'Home' # Nombre de la aplicación Home
|
121
121
|
views_path = os.path.join(home_dir, 'views.py')
|
122
122
|
urls_path = os.path.join(home_dir, 'urls.py')
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/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
|
File without changes
|
{componentsdjangotype-2.0.24 → componentsdjangotype-2.0.25}/services/authentication/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|