This commit is contained in:
xieshen 2020-10-16 11:33:30 +08:00
parent a5856cad12
commit b6289c916d
2 changed files with 7 additions and 1 deletions

6
.idea/vcs.xml Normal file
View File

@ -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>

View File

@ -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)
] ]