Skip to content

Instantly share code, notes, and snippets.

@wwj718
Created January 5, 2019 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwj718/e1ee2d4d70db379365d2826c66ae4377 to your computer and use it in GitHub Desktop.
Save wwj718/e1ee2d4d70db379365d2826c66ae4377 to your computer and use it in GitHub Desktop.
cookiecutter-django-for-scratch-backend
➜ ~ cookiecutter https://github.com/pydanny/cookiecutter-django
You've downloaded /Users/wuwenjie/.cookiecutters/cookiecutter-django before. Is it okay to delete and re-download it? [yes]: yes
project_name [My Awesome Project]: scratch_backend
project_slug [scratch_backend]:
description [Behold My Awesome Project!]: scratch backend
author_name [Daniel Roy Greenfeld]: wwj718
domain_name [example.com]: backend.codelab.club
email [wwj718@example.com]: wuwenjie718@gmail.com
version [0.1.0]:
Select open_source_license:
1 - MIT
2 - BSD
3 - GPLv3
4 - Apache Software License 2.0
5 - Not open source
Choose from 1, 2, 3, 4, 5 [1]: 3
timezone [UTC]: Asia/Shanghai
windows [n]:
use_pycharm [n]:
use_docker [n]: y
Select postgresql_version:
1 - 10.5
2 - 10.4
3 - 10.3
4 - 10.2
5 - 10.1
6 - 9.6
7 - 9.5
8 - 9.4
9 - 9.3
Choose from 1, 2, 3, 4, 5, 6, 7, 8, 9 [1]: 1
Select js_task_runner:
1 - None
2 - Gulp
Choose from 1, 2 [1]: 1
custom_bootstrap_compilation [n]:
use_compressor [n]:
use_celery [n]: y
use_mailhog [n]: y
use_sentry [n]: y
use_whitenoise [n]: y
use_heroku [n]:
use_travisci [n]: y
keep_local_envs_in_vcs [y]: y
debug [n]: y
[SUCCESS]: Project initialized, keep up the good work!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment