476.1.1
by franku
added a model for collecting spams; adjusted pybb |
1 |
from django.conf.urls import * |
476.1.6
by franku
refactoring of variables; moved spam_check into the model |
2 |
from check_input import views |
476.1.1
by franku
added a model for collecting spams; adjusted pybb |
3 |
|
4 |
urlpatterns = [ |
|
5 |
url(r'^$', views.moderate_info, name='found_spam'), |
|
6 |
]
|