mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-11 04:06:46 +03:00
Reword the cookiecutter section
This commit is contained in:
parent
fcd32fa4af
commit
e63afc33f2
10
README.md
10
README.md
|
@ -61,15 +61,9 @@ Expect often updates as we discuss & decide upon different things.
|
|||
|
||||
## Cookie Cutter
|
||||
|
||||
We recommend starting every new project with [`cookiecutter-django`](https://github.com/pydanny/cookiecutter-django)
|
||||
We recommend starting every new project with some kind of cookiecutter. Having the proper structure from the start pays off.
|
||||
|
||||
Once this is done, depending on the context, remove everything that's not needed.
|
||||
|
||||
The usual list is:
|
||||
|
||||
* `allauth`
|
||||
* templates
|
||||
* Settings for things that are not yet required (always add settings when necessary)
|
||||
For example, you can use [`cookiecutter-django`](https://github.com/pydanny/cookiecutter-django)
|
||||
|
||||
## Models
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user