Skip to content

islam-kamel/django-start

Repository files navigation

Django-Start


Prepare a new Django project quickly and automatically and more wonderful things that save you time By django start

Repo Stars Platform Support Latest Version Downloads Count GitHub (Pre-)Release Date


Installation

pip install django-start-automate
Usage: main.py [OPTIONS] PROJECT_NAME APP_NAME

  Prepare a new Django project quickly and automatically and, more wonderful
  things that save you time By django start

Options:
  -n, --name <LAMBDA>  Custom Environment Name
  -v, --virtualenv     Install Environment Is Deprecated
  -u, --url-path TEXT  Set Custom URL Path for your App
  --help               Show this message and exit.

Success Install 🎊

Deprecated Options

  • -v, --virtualenv Option is deprecated

Build First Django Project

django-start project_name app_name

Options

  • -n or -name to set custom environment name
  • -u or --url-path to set custom view url for your app

django-version Command

Usage: django-version [OPTIONS]

Display current version,
and check for new updates and update django-start

Options:
  --update / --check-update TEXT
  --help         Show this message and exit.

New

  • -u or --url-path set custom view url for your app
  • django-version Display django-start version
  • django-version --check-update Check New Update Available
  • django-version --update update django-start

Welcome to contribute ❤

PyPi 🧑‍💻