mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-30 17:59:48 +03:00
Put separator line following the current pattern
This commit is contained in:
parent
be576e5232
commit
a628d98f54
|
@ -258,3 +258,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
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -81,3 +81,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