#create
This commit is contained in:
parent
a5856cad12
commit
b6289c916d
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
|
@ -3,5 +3,5 @@ from django.urls import path
|
||||||
from dashboard import views
|
from dashboard import views
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('test/',views.monotoring)
|
path('monotoring/',views.monotoring)
|
||||||
]
|
]
|
Loading…
Reference in New Issue