Skip to content

Instantly share code, notes, and snippets.

@wwj718
Created June 14, 2018 03:49
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/ff9ae7fcf268359ac69abf83ff2f53ac to your computer and use it in GitHub Desktop.
Save wwj718/ff9ae7fcf268359ac69abf83ff2f53ac to your computer and use it in GitHub Desktop.
cookiecutter https://github.com/pydanny/cookiecutter-django
project_name [My Awesome Project]: cx_backend
project_slug [cx_backend]:
description [Behold My Awesome Project!]: changxue backend
author_name [Daniel Roy Greenfeld]: wwj718
domain_name [example.com]: istemedu.com
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]: 5
timezone [UTC]: Asia/Shanghai
windows [n]:
use_pycharm [n]:
use_docker [n]: y
Select postgresql_version:
1 - 10.4
2 - 10.3
3 - 10.2
4 - 10.1
5 - 9.6
6 - 9.5
7 - 9.4
8 - 9.3
Choose from 1, 2, 3, 4, 5, 6, 7, 8 [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]:
keep_local_envs_in_vcs [y]:
debug [n]: y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment