componentsDjangoType 2.0.34__tar.gz → 2.0.35__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {componentsdjangotype-2.0.34/componentsDjangoType.egg-info → componentsdjangotype-2.0.35}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authentication/auth.py +1 -1
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/setup.py +1 -1
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/LICENSE +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/MANIFEST.in +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/README.md +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/__pycache__/__init__.cpython-312.pyc +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/__pycache__/__init__.cpython-312.pyc +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/commands/__pycache__/createApp.cpython-312.pyc +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/commands/createApp.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/__init__.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authentication/__init__.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authentication/forms.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authenticator_configurator.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/copy_source.py +0 -0
- {componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/setup.cfg +0 -0
@@ -2,7 +2,7 @@ from django.shortcuts import render, redirect
|
|
2
2
|
from django.contrib.auth.forms import AuthenticationForm
|
3
3
|
from django.contrib.auth import login, logout
|
4
4
|
from django.db import IntegrityError
|
5
|
-
from forms import customUserCreationform
|
5
|
+
from services.authentication.forms import customUserCreationform
|
6
6
|
|
7
7
|
class Authentication:
|
8
8
|
@staticmethod
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authentication/__init__.py
RENAMED
File without changes
|
{componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authentication/forms.py
RENAMED
File without changes
|
{componentsdjangotype-2.0.34 → componentsdjangotype-2.0.35}/services/authenticator_configurator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|