mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +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 %}
|
{% endif %}
|
||||||
|
|
||||||
# Your common stuff: Below this line define 3rd party library settings
|
# Your common stuff: Below this line define 3rd party library settings
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -80,3 +80,4 @@ CELERY_ALWAYS_EAGER = True
|
||||||
########## END CELERY
|
########## END CELERY
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# Your local stuff: Below this line define 3rd party library settings
|
# Your local stuff: Below this line define 3rd party library settings
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -318,3 +318,4 @@ WEBPACK_LOADER = {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Your production stuff: Below this line define 3rd party library settings
|
# Your production stuff: Below this line define 3rd party library settings
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user