Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details →
Socket
Book a DemoInstallSign in
Socket

ldjango

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldjango - npm Package Compare versions

Comparing version
8.1
to
8.2
+1
-1
ldjango.egg-info/PKG-INFO
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

@@ -12,3 +12,3 @@ import os

version = '8.1'
version = '8.2'

@@ -15,0 +15,0 @@ # Initialize colorama

@@ -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:

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