Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timezone setting along with menu of choices at project creation #139

Closed
wants to merge 6 commits into from

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    965186e View commit details
    Browse the repository at this point in the history
  2. Add time zone choices to cookiecutter.json

    These were taken from
    https://github.com/dmfilipenko/timezones.json/blob/master/timezones.json,
    with `America/New_York` moved to the head of the list to serve as the
    default.
    waxlamp committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    40fe0ed View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Remove redundant setting

    waxlamp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    96273a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a34d19d View commit details
    Browse the repository at this point in the history
  3. Revert "Add time zone choices to cookiecutter.json"

    This reverts commit 40fe0ed.
    
    In lieu of forcing this choice at cookiecutter ejection time, it can be
    optionally overridden manually in the generated settings file.
    waxlamp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    26779df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59131f0 View commit details
    Browse the repository at this point in the history