Sign inSign up

mchughmk/django-starter

By mchughmk

Updated almost 6 years ago

Bootstraps a new Django app using the django-admin startproject command.

Image
0

976

mchughmk/django-starter repository overview

Django Starter

A Docker-based bootstrapper for a new Django project.

This image uses the django-admin startproject command to create a new Django app using the project name passed in as a command line parameter. Mapping a local volume to /project in the container causes the newly-created files to exist in that volume.

Use

To use, issue the following command:

docker run -v $PWD:/project mchughmk/django-starter -n project-name

Required Parameters

ParameterDescription
-n, --nameSpecifies the name of your new Django proejct

Optional Parameters

ParameterDescription
-v, --versionSpecifies the version of Django to install. Default is the current version

Tag summary

Content type

Image

Digest

Size

323.1 MB

Last updated

almost 6 years ago

docker pull mchughmk/django-starter