componentsDjangoType 2.0.22__tar.gz → 2.0.23__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {componentsdjangotype-2.0.22/componentsDjangoType.egg-info → componentsdjangotype-2.0.23}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType.egg-info/SOURCES.txt +4 -4
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/services/authenticator_configurator.py +1 -1
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/setup.py +1 -1
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/LICENSE +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/MANIFEST.in +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/README.md +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType/management/commands/createApp.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-2.0.22/services/Home → componentsdjangotype-2.0.23/services}/__init__.py +0 -0
- {componentsdjangotype-2.0.22/services → componentsdjangotype-2.0.23/services/authentication}/__init__.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/services/authentication/auth.py +0 -0
- {componentsdjangotype-2.0.22/services/authentication → componentsdjangotype-2.0.23/services/core}/__init__.py +0 -0
- {componentsdjangotype-2.0.22/services/Home → componentsdjangotype-2.0.23/services/core}/urls_page.py +0 -0
- {componentsdjangotype-2.0.22/services/Home → componentsdjangotype-2.0.23/services/core}/views_page.py +0 -0
- {componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/setup.cfg +0 -0
@@ -14,8 +14,8 @@ componentsDjangoType/management/commands/createApp.py
|
|
14
14
|
componentsDjangoType/management/commands/createcomponent.py
|
15
15
|
services/__init__.py
|
16
16
|
services/authenticator_configurator.py
|
17
|
-
services/Home/__init__.py
|
18
|
-
services/Home/urls_page.py
|
19
|
-
services/Home/views_page.py
|
20
17
|
services/authentication/__init__.py
|
21
|
-
services/authentication/auth.py
|
18
|
+
services/authentication/auth.py
|
19
|
+
services/core/__init__.py
|
20
|
+
services/core/urls_page.py
|
21
|
+
services/core/views_page.py
|
{componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/services/authenticator_configurator.py
RENAMED
@@ -3,7 +3,7 @@ import ast
|
|
3
3
|
from django.core.management.base import BaseCommand
|
4
4
|
from django.core.management import call_command
|
5
5
|
from services.authentication import auth
|
6
|
-
from services.
|
6
|
+
from services.core import views_page, urls_page
|
7
7
|
|
8
8
|
class DjangoProjectManager:
|
9
9
|
def __init__(self, app_name, project_name):
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.22 → componentsdjangotype-2.0.23}/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
|
{componentsdjangotype-2.0.22/services/Home → componentsdjangotype-2.0.23/services}/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.22/services/Home → componentsdjangotype-2.0.23/services/core}/urls_page.py
RENAMED
File without changes
|
File without changes
|
File without changes
|