mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Add markdown support
This commit is contained in:
7
dcc/portal/urls.py
Normal file
7
dcc/portal/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from portal.views import GetHome
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:page>", GetHome.as_view(), name='index_pagination'),
|
||||
]
|
Reference in New Issue
Block a user