mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 19:54:25 -04:00
django admin to view links now working
This commit is contained in:
parent
f489dd96a9
commit
354895aef1
4 changed files with 40 additions and 3 deletions
|
@ -5,7 +5,7 @@ from django.urls import path
|
|||
from core.views import MainIndex, LinkDetails
|
||||
|
||||
urlpatterns = [
|
||||
path('', admin.site.urls),
|
||||
path('admin/', admin.site.urls),
|
||||
path('archive/<timestamp>/', LinkDetails.as_view(), name='LinkDetails'),
|
||||
path('main/', MainIndex.as_view(), name='Home'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue