mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-22 06:09:23 +00:00
Addition of content reporting
New app called "moderation" which handles the reporting, and in the future, management of incorrect records in the database.
This commit is contained in:
6
app/moderation/urls.py
Normal file
6
app/moderation/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls import patterns, url
|
||||
from moderation.views import FlagObjectView
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^flag/$', FlagObjectView.as_view(), name='moderation_flagobject'),
|
||||
)
|
||||
Reference in New Issue
Block a user