implement bots
This commit is contained in:
@@ -10,5 +10,6 @@ urlpatterns = [
|
||||
path('logout/', LogoutView.as_view(), name='logout'),
|
||||
path('feeds/', include('feeds.urls', namespace='feeds')),
|
||||
path('aggregator/', include('aggregator.urls', namespace='aggregator')),
|
||||
path('bots/', include('bots.urls', namespace='bots')),
|
||||
path('admin/config/<slug>/', AdminConfigView.as_view(), name='admin_config'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user