QS 0.9.1 PORD
This commit is contained in:
parent
97b9cc8e26
commit
6c0c0b2217
|
|
@ -173,7 +173,7 @@ SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..'
|
|||
|
||||
STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),)
|
||||
|
||||
#STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic'))
|
||||
STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic'))
|
||||
|
||||
# CRISPY
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ urlpatterns = [
|
|||
path('chat/', include('chat.urls'), name='chat'),
|
||||
path('api-token-auth/', obtain_auth_token, name='api-token-auth'),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
if settings.DEBUG:
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
#if settings.DEBUG:
|
||||
# urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
# ERROR HANDLERS
|
||||
handler404 = 'users.views.handler404'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
listene{% load counter_tag %}
|
||||
{% load counter_tag %}
|
||||
<table class="table table-striped table-sm table-bordered" id="timetable_team">
|
||||
<tr>
|
||||
<td id="9999999999_tableheadid">
|
||||
|
|
|
|||
Loading…
Reference in New Issue