Gathering detailed insights and metrics for generator-vars-django
Gathering detailed insights and metrics for generator-vars-django
Gathering detailed insights and metrics for generator-vars-django
Gathering detailed insights and metrics for generator-vars-django
Generator for Django web app + Gulp, Browserify, Sass/Stylus and more.
npm install generator-vars-django
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (52.13%)
Python (34.51%)
HTML (12.42%)
Shell (0.94%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
38 Stars
63 Commits
6 Forks
4 Watchers
1 Branches
1 Contributors
Updated on Feb 15, 2025
Latest Version
3.0.6
Package Id
generator-vars-django@3.0.6
Size
22.60 kB
NPM Version
3.6.0
Node Version
5.6.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
1
3
Yeoman generator for a raw Django web app.
.
+-- .buildpacks
+-- .editorconfig
+-- .jshintrc
+-- .gitignore
+-- .secrets
+-- app
| +-- project
| | +-- apps // Django apps go here
| | +-- settings
| | | +-- base.py
| | | +-- dev.py
| | | +-- prod.py
| | +-- urls.py
| | +-- views.py
| | +-- wsgi.py
| +-- static
| | +-- fonts
| | +-- images
| | +-- javascripts
| | | +-- application.js
| | +-- stylesheets
| | | +-- application.{scss/styl}
| | +-- videos
| | +-- apple-touch-icon-180x180-precomposed.png
| | +-- apple-touch-icon-152x152-precomposed.png
| | +-- apple-touch-icon-144x144-precomposed.png
| | +-- apple-touch-icon-120x120-precomposed.png
| | +-- apple-touch-icon-114x114-precomposed.png
| | +-- apple-touch-icon-76x76-precomposed.png
| | +-- apple-touch-icon-72x72-precomposed.png
| | +-- apple-touch-icon-60x60-precomposed.png
| | +-- apple-touch-icon-57x57-precomposed.png
| | +-- apple-touch-icon-precomposed.png
| | +-- browserconfig.xml
| | +-- favicon.ico
| | +-- favicon.png
| | +-- large.png
| | +-- launcher-icon-0-75x.png
| | +-- launcher-icon-1-5x.png
| | +-- launcher-icon-1x.png
| | +-- launcher-icon-2x.png
| | +-- launcher-icon-3x.png
| | +-- launcher-icon-4x.png
| | +-- manifest.json
| | +-- og-image.png
| | +-- robots.txt
| | +-- square.png
| | +-- tiny.png
| | +-- wide.png
| | +-- templates
| | +-- base.html
| | +-- index.html
| | +-- robots.txt
| +-- manage.py
+-- build // runtime files go here
+-- node_modules
+-- tasks
| +-- .taskconfig
| +-- build.js
| +-- clean.js
| +-- serve.js
+-- gulpfile.js
+-- package.json
+-- project_name_nginx.conf
+-- project_name_uwsgi.ini
+-- README.md
+-- requirements.txt
+-- uwsgi_params
$ npm run dev
: Compiles all source files, serves the site and watches for file changes. Best used during development.
$ npm run prod
: Builds the entire project in production.
All tasks are broken into micro Gulp tasks, check out the tasks
folder for more details. Also see tasks/.taskconfig
for more custom flags such as --skip-js-min
, --skip-css-min
, etc.
Install yo
:
npm install -g yo
Install generator-vars-django
:
npm install -g generator-vars-django
Create a new directory for your project and cd
into it:
mkdir new-project-name && cd $_
Create virtualenv
and activate it:
virtualenv {path} && source {virtualenv_path}/bin/activate
Generate the project:
yo vars-django [app-name]
For details on initial setup procedures of the project, see its generated README.md
file.
require-dir
dependency is no longer necessary and is removed from package.json
../tasks/.taskconfig
.favicon.png
, Apple touch and Open Graph specific icons are now moved to app/static/img
. favicon.ico
remains in the static directory root.gulp-imagemin
is removed because it is the most taxing task in the Gulp pipeline. Images should be optimized outside of the Gulp pipeline instead.mocha
. It was never intended as a default test framework for a Django project.This software is released under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More