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.3
to
8.4
+1
-1
ldjango.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: ldjango
Version: 8.3
Version: 8.4
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.3'
version = '8.4'

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

@@ -123,4 +123,5 @@ import os

static_settings = """
STATIC_ROOT = BASE_DIR / 'static'
STATICFILES_DIRS = [BASE_DIR / 'staticfiles']
STATIC_ROOT = BASE_DIR / 'staticfiles'
STATICFILES_DIRS = [BASE_DIR / 'static']
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

@@ -127,0 +128,0 @@ MEDIA_URL = '/media/'

Metadata-Version: 2.1
Name: ldjango
Version: 8.3
Version: 8.4
Summary: CLI tool for creating Django projects with a predefined structure.

@@ -5,0 +5,0 @@ Author: Liaranda