forked from DGNum/gestioCOF
Add an announcement banner
This commit is contained in:
parent
0815c96c1c
commit
ea21b07657
11 changed files with 116 additions and 6 deletions
|
@ -82,6 +82,8 @@ urlpatterns = [
|
|||
url(r'^utile_cof/diff_cof$', gestioncof_views.liste_diffcof),
|
||||
url(r'^utile_bda/bda_revente$', gestioncof_views.liste_bdarevente),
|
||||
url(r'^k-fet/', include('kfet.urls')),
|
||||
# djconfig
|
||||
url(r"^config", gestioncof_views.ConfigUpdate.as_view())
|
||||
]
|
||||
|
||||
if 'debug_toolbar' in settings.INSTALLED_APPS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue