Launching WEI app, add models
This commit is contained in:
parent
161d2ceed7
commit
154ea64b9f
12 changed files with 285 additions and 9 deletions
9
apps/wei/urls.py
Normal file
9
apps/wei/urls.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.urls import path
|
||||
|
||||
|
||||
app_name = 'wei'
|
||||
urlpatterns = [
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue