Merge branch 'app.wiai.de'
This commit is contained in:
commit
1e8035d1c3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
docker.env
|
||||
static_files/
|
||||
migrations/
|
||||
coverage_html/
|
||||
|
||||
# Created by https://www.gitignore.io/api/pycharm,python,django
|
||||
.idea/
|
||||
|
||||
|
||||
@ -74,7 +74,7 @@ TIME_FORMAT = "H:i"
|
||||
ROOT_URLCONF = 'core.urls'
|
||||
WSGI_APPLICATION = 'core.wsgi.application'
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_URL = '/static-dev/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "static_files")
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, "static"),
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
{{ macros.tab_menu(title='Markusplatz', location_menu=markus_cafete, location_menus=weekly_markus_cafete ,fail_text='Aktuell gibt es keine warmen Speisen',css_id="markuspl") }}
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ macros.happy_hours(happy_hours=happy_hours) }}
|
||||
{# {{ macros.happy_hours(happy_hours=happy_hours) }}#}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user