ldjango
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: ldjango | ||
| Version: 8.1 | ||
| Version: 8.2 | ||
| Summary: CLI tool for creating Django projects with a predefined structure. | ||
@@ -5,0 +5,0 @@ Author: Liaranda |
+1
-1
@@ -12,3 +12,3 @@ import os | ||
| version = '8.1' | ||
| version = '8.2' | ||
@@ -15,0 +15,0 @@ # Initialize colorama |
+5
-4
@@ -123,3 +123,2 @@ import os | ||
| static_settings = """ | ||
| STATIC_URL = '/static/' | ||
| STATIC_ROOT = BASE_DIR / 'static' | ||
@@ -131,4 +130,5 @@ STATICFILES_DIRS = [BASE_DIR / 'static'] | ||
| """ | ||
| if 'STATIC_URL' not in content: | ||
| content = content.rstrip() + '\n\n' + static_settings | ||
| content += static_settings | ||
| return content | ||
@@ -315,2 +315,3 @@ | ||
| click.echo(click.style("\nYou're all set! Happy coding!", fg="green", bold=True)) | ||
| def create_project_structure(project_name, app_names, use_tailwind, secret_key, install_drf): | ||
@@ -497,2 +498,2 @@ try: | ||
+1
-1
| Metadata-Version: 2.1 | ||
| Name: ldjango | ||
| Version: 8.1 | ||
| Version: 8.2 | ||
| Summary: CLI tool for creating Django projects with a predefined structure. | ||
@@ -5,0 +5,0 @@ Author: Liaranda |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
66140
-0.12%538
-0.37%