-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from sixfeetup/django-4.1
Adjustments from comments on PR 5 (WIP)
- Loading branch information
Showing
14 changed files
with
559 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,18 @@ Creating a new project using this repo: | |
|
||
$ git clone [email protected]:sixfeetup/cookiecutter-sixiedjango.git | ||
$ cd cookiecutter-sixiedjango | ||
# checkout a branch if you need to | ||
### checkout a branch if you need to | ||
$ python3 -m venv | ||
$ venv/bin/pip install -r requirements.txt | ||
$ venv/bin/activate | ||
$ cookiecutter . | ||
$ cookiecutter . -o [path to destination directory] | ||
|
||
Answer the questions, and you'll have your new project! | ||
|
||
# Development on the Cookie Cutter | ||
|
||
When making changes to the Cookie Cutter, keep the following in mind: | ||
|
||
* update pins in requirements/*.in files | ||
* update to latest Python supported by Django | ||
* update pins in requirements/*.in files but *don't* commit the compiled requirements.txt | ||
files to the repo. | ||
* update to latest Python supported by Django. For Django 4.1 this is 3.8, 3.9, and 3.10. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.