componentsDjangoType 2.0.13__tar.gz → 2.0.14__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {componentsdjangotype-2.0.13/componentsDjangoType.egg-info → componentsdjangotype-2.0.14}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/services/authenticator_configurator.py +1 -1
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/setup.py +1 -1
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/LICENSE +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/MANIFEST.in +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/README.md +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType/management/commands/createApp.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/services/__init__.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/services/authentication/__init__.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/services/authentication/auth.py +0 -0
- {componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/setup.cfg +0 -0
{componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/services/authenticator_configurator.py
RENAMED
@@ -122,7 +122,7 @@ urlpatterns = [
|
|
122
122
|
|
123
123
|
authentication_path = os.path.join(authentication_dir, 'authentication.py')
|
124
124
|
|
125
|
-
auth_source_path = os.path.abspath('authentication/auth.py')
|
125
|
+
auth_source_path = os.path.abspath('services/authentication/auth.py')
|
126
126
|
|
127
127
|
if not os.path.exists(auth_source_path):
|
128
128
|
stdout.write(f"El archivo fuente '{auth_source_path}' no existe. Verifica la instalación del paquete.")
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.13 → componentsdjangotype-2.0.14}/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.13 → componentsdjangotype-2.0.14}/services/authentication/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|