mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Merge pull request #766 from aleprovencio/separator-line
Put separator line following the current pattern
This commit is contained in:
commit
0f527271a3
|
@ -262,3 +262,4 @@ WEBPACK_LOADER = {
|
|||
{% endif %}
|
||||
|
||||
# Your common stuff: Below this line define 3rd party library settings
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
@ -80,3 +80,4 @@ CELERY_ALWAYS_EAGER = True
|
|||
########## END CELERY
|
||||
{% endif %}
|
||||
# Your local stuff: Below this line define 3rd party library settings
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
@ -318,3 +318,4 @@ WEBPACK_LOADER = {
|
|||
{% endif %}
|
||||
|
||||
# Your production stuff: Below this line define 3rd party library settings
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user