This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
spug
mirror of
https://github.com/openspug/spug
Watch
1
Star
0
Fork
You've already forked spug
0
Code
Issues
Releases
Wiki
Activity
39662bbdf6
spug
/
spug_api
/
apps
/
app
/
urls.py
8 lines
103 B
Python
Raw
Blame
History
from
django
.
urls
import
path
from
.
views
import
*
urlpatterns
=
[
path
(
'
'
,
AppView
.
as_view
(
)
)
,
]
Reference in New Issue
View Git Blame
Copy Permalink