componentsDjangoType 2.1.1__tar.gz → 2.1.3__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. {componentsdjangotype-2.1.1/componentsDjangoType.egg-info → componentsdjangotype-2.1.3}/PKG-INFO +1 -1
  2. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3/componentsDjangoType.egg-info}/PKG-INFO +1 -1
  3. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/authenticator_configurator.py +4 -4
  4. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/setup.py +1 -1
  5. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/LICENSE +0 -0
  6. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/MANIFEST.in +0 -0
  7. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/README.md +0 -0
  8. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/__init__.py +0 -0
  9. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/__pycache__/__init__.cpython-312.pyc +0 -0
  10. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/__init__.py +0 -0
  11. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/__pycache__/__init__.cpython-312.pyc +0 -0
  12. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/commands/__init__.py +0 -0
  13. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  14. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/commands/__pycache__/createApp.cpython-312.pyc +0 -0
  15. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/commands/createApp.py +0 -0
  16. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType/management/commands/createcomponent.py +0 -0
  17. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
  18. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
  19. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType.egg-info/requires.txt +0 -0
  20. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/componentsDjangoType.egg-info/top_level.txt +0 -0
  21. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/__init__.py +0 -0
  22. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/authentication/__init__.py +0 -0
  23. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/authentication/auth.py +0 -0
  24. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/authentication/forms.py +0 -0
  25. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/copy_source.py +0 -0
  26. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/css/authentication.css +0 -0
  27. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/js/alertErrors.js +0 -0
  28. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/views/home.html +0 -0
  29. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/views/layouts/index.html +0 -0
  30. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/views/logged.html +0 -0
  31. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/views/login.html +0 -0
  32. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/services/utils/views/signup.html +0 -0
  33. {componentsdjangotype-2.1.1 → componentsdjangotype-2.1.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: componentsDjangoType
3
- Version: 2.1.1
3
+ Version: 2.1.3
4
4
  Summary: Comandos para crear archivos html, css y js
5
5
  Home-page: https://github.com/jose-CR/componentsDjangoType
6
6
  Author: Alejandro
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: componentsDjangoType
3
- Version: 2.1.1
3
+ Version: 2.1.3
4
4
  Summary: Comandos para crear archivos html, css y js
5
5
  Home-page: https://github.com/jose-CR/componentsDjangoType
6
6
  Author: Alejandro
@@ -236,7 +236,7 @@ urlpatterns = [
236
236
  templates_dir = os.path.join(app_name, 'templates')
237
237
  static_dir = os.path.join(app_name, 'static')
238
238
 
239
- #creacin de subcarpetas
239
+ #creacion de subcarpetas
240
240
  layouts_dir = os.path.join(templates_dir, 'layouts')
241
241
  js_dir = os.path.join(static_dir, 'js')
242
242
  css_dir = os.path.join(static_dir, 'css')
@@ -259,14 +259,14 @@ urlpatterns = [
259
259
  files_to_copy = [
260
260
  ("services.utils.js", "alertErrors.js", os.path.join(js_dir, "alertErrors.js")),
261
261
  ("services.utils.css", "authentication.css", os.path.join(css_dir, "authentication.css")),
262
- ("services.utils.css.user", "aside.css", os.path.join(user_dir_css, "authentication.css")),
262
+ ("services.utils.css", "user/aside.css", os.path.join(user_dir_css, "aside.css")), # Corrige aquí
263
263
  ("services.utils.views.layouts", "index.html", os.path.join(layouts_dir, "index.html")),
264
264
  ("services.utils.views", "home.html", os.path.join(templates_dir, "home.html")),
265
265
  ("services.utils.views", "signup.html", os.path.join(templates_dir, "signup.html")),
266
266
  ("services.utils.views", "login.html", os.path.join(templates_dir, "login.html")),
267
267
  ("services.utils.views", "logged.html", os.path.join(templates_dir, "logged.html")),
268
- ("services.utils.views.user", "user.html", os.path.join(user_dir_html, "user.html")),
269
- ("services.utils.views.components", "aside.html", os.path.join(user_dir_components, "aside.html")),
268
+ ("services.utils.views", "user/user.html", os.path.join(user_dir_html, "user.html")), # Corrige aquí
269
+ ("services.utils.views", "components/aside.html", os.path.join(user_dir_components, "aside.html")), # Corrige aquí
270
270
  ]
271
271
 
272
272
  for package, resource_name, destination_path in files_to_copy:
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='componentsDjangoType',
5
- version='2.1.1',
5
+ version='2.1.3',
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={