save last_id more often
This commit is contained in:
@@ -3,7 +3,7 @@ from django.urls import path
|
||||
from .views import AggregationSourceListView, AggregationSourceCreateView, AggregationSourceUpdateView, \
|
||||
AggregationSourceDeleteView
|
||||
|
||||
app_name = 'feeds'
|
||||
app_name = 'aggregator'
|
||||
urlpatterns = [
|
||||
path('', AggregationSourceListView.as_view(), name='index'),
|
||||
path('<int:pk>/', AggregationSourceUpdateView.as_view(), name='edit'),
|
||||
|
||||
Reference in New Issue
Block a user