mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-29 04:54:02 +03:00
Put separator line following the current pattern
This commit is contained in:
parent
043ff3d8dc
commit
b33b104251
|
@ -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
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -76,3 +76,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
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -319,3 +319,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