Socket
Socket
Sign inDemoInstall

build-django

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    build-django

Command line utility for building Django projects


Maintainers
1

Readme

build-django

Command line utility to build Django projects

Features

  • Async
  • Flexible

Installation

pip install build-django

Usage

build-django my_project --dir my_project_path  --debug --hosts localhost,127.0.0.1,example.com --python python3  --migrate --git --commit --commit-message "My first commit!" --packages bjcli djangorestframework

ArgumentDescriptionRequiredDefaultType
--versionShow version and exitFalseFalsebool
--dirDjango project directoryFalse./str
--debugShould initialize env with DEBUG=TrueFalseFalsebool
--no-compilepip: Do not compile Python source files to bytecodeFalseFalsebool
--hostsList of comma sperated Django ALLOWED_HOSTS valuesFalse''str
--pythonPython command for initializing virtual environment. If not set, the Python used to run the program will be usedFalseNonestr
--migrateShould apply initial migrations after project builtFalseFalsebool
--gitShould initialize git repositoryFalseFalsebool
--commitShould create initial commit after project built and git initializedFalseFalsebool
--commit-messageInitial commit messageFalse'Initial commit'str
--packagesList of additional pip packages to be installedFalse[][str]
--use-sslEnable SSL support for reverse proxy (production only)FalseFalsebool

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc