mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Update docs
Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
This commit is contained in:
parent
a3f03ccdc0
commit
59c1c8e83a
|
@ -108,6 +108,10 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re
|
|||
author_name [Daniel Roy Greenfeld]: Daniel Greenfeld
|
||||
domain_name [example.com]: myreddit.com
|
||||
email [daniel-greenfeld@example.com]: pydanny@gmail.com
|
||||
Select username_type:
|
||||
1 - username
|
||||
2 - email
|
||||
Choose from 1, 2 [1]: 1
|
||||
version [0.1.0]: 0.0.1
|
||||
Select open_source_license:
|
||||
1 - MIT
|
||||
|
|
|
@ -24,6 +24,13 @@ author_name:
|
|||
email:
|
||||
The email address you want to identify yourself in the project.
|
||||
|
||||
username_type:
|
||||
The type of username you want to use in the project. This can be either
|
||||
``username`` or ``email``. If you choose ``username``, the ``email`` field
|
||||
will be included. If you choose ``email``, the ``username`` field will be
|
||||
excluded. It is best practice to always include an email field, so there is
|
||||
no option for having just the ``username`` field.
|
||||
|
||||
domain_name:
|
||||
The domain name you plan to use for your project once it goes live.
|
||||
Note that it can be safely changed later on whenever you need to.
|
||||
|
|
Loading…
Reference in New Issue
Block a user